This commit is contained in:
parent
5daa9262f6
commit
cb0d237b6a
7 changed files with 38 additions and 11 deletions
|
|
@ -81,6 +81,8 @@ export type IUser = {
|
|||
keywords: string[];
|
||||
two_factor_secret: string;
|
||||
two_factor_enabled: boolean;
|
||||
client_settings: any;
|
||||
settings: any;
|
||||
};
|
||||
|
||||
export function init(user): IUser {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue