progress for login feature
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
export interface UserEntity {
|
||||
id?: number;
|
||||
name: string;
|
||||
username: string;
|
||||
password: string;
|
||||
|
||||
|
||||
admin?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user