This commit is contained in:
parent
0de62522a8
commit
6bc499f657
11 changed files with 221 additions and 4 deletions
|
|
@ -72,6 +72,8 @@ export type IUser = {
|
|||
is_pro: boolean;
|
||||
is_suspended: boolean;
|
||||
keywords: string[];
|
||||
two_factor_secret: string;
|
||||
two_factor_enabled: boolean;
|
||||
};
|
||||
|
||||
export function init(user): IUser {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue