diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-12-08 22:57:58 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-12-08 22:57:58 +0900 |
| commit | 6bc499f6579a9a248430748f9a69f3e5873a5ed3 (patch) | |
| tree | 23c28e990b526c456a194ac938165e307c8bcaae /src/api/models | |
| parent | v3278 (diff) | |
| download | misskey-6bc499f6579a9a248430748f9a69f3e5873a5ed3.tar.gz misskey-6bc499f6579a9a248430748f9a69f3e5873a5ed3.tar.bz2 misskey-6bc499f6579a9a248430748f9a69f3e5873a5ed3.zip | |
#967
Diffstat (limited to 'src/api/models')
| -rw-r--r-- | src/api/models/user.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/api/models/user.ts b/src/api/models/user.ts index b2f3af09fa..018979158f 100644 --- a/src/api/models/user.ts +++ b/src/api/models/user.ts @@ -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 { |