add new landing page firstlogin close #18
This commit is contained in:
@@ -8,8 +8,10 @@ export interface User {
|
||||
role: Role;
|
||||
permissions?: Permissions;
|
||||
settings?: Settings;
|
||||
newDatabase?: boolean;
|
||||
}
|
||||
|
||||
export interface UserState {
|
||||
user: User | null;
|
||||
firstLogin: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user