]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/users/user.model.ts
Support two factor authentication in backend
[github/Chocobozzz/PeerTube.git] / shared / models / users / user.model.ts
index 63c5c8a92f961e36da3e9b4e40e064e27cb713e4..7b6494ff82fa7cf89be1e715d4fd612a96d199fe 100644 (file)
@@ -62,6 +62,8 @@ export interface User {
   pluginAuth: string | null
 
   lastLoginDate: Date | null
+
+  twoFactorEnabled: boolean
 }
 
 export interface MyUserSpecialPlaylist {