We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3460fd0 commit 2867c1bCopy full SHA for 2867c1b
src/app/login/login-form.component.ts
@@ -91,8 +91,6 @@ export class LoginFormComponent {
91
92
createUser({ name, password }: { name: string, password: string }) {
93
const metadata = {
94
- roles: [],
95
- type: 'user',
96
isUserAdmin: false,
97
joinDate: Date.now()
98
};
0 commit comments