Skip to content

Commit 2867c1b

Browse files
committed
update metadata
1 parent 3460fd0 commit 2867c1b

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
@@ -91,8 +91,6 @@ export class LoginFormComponent {
9191

9292
createUser({ name, password }: { name: string, password: string }) {
9393
const metadata = {
94-
roles: [],
95-
type: 'user',
9694
isUserAdmin: false,
9795
joinDate: Date.now()
9896
};

0 commit comments

Comments
 (0)