Skip to content

Commit d8a9437

Browse files
midsorbetpaulbert
authored andcommitted
update metadata
1 parent b269df6 commit d8a9437

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/login/login-form.component.ts

-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ export class LoginFormComponent {
9393

9494
createUser({ name, password }: { name: string, password: string }) {
9595
const metadata = {
96-
roles: [],
97-
type: 'user',
9896
isUserAdmin: false,
9997
joinDate: Date.now()
10098
};

0 commit comments

Comments
 (0)