summaryrefslogtreecommitdiff
path: root/web/src/models/UserInfo.ts
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/models/UserInfo.ts')
-rw-r--r--web/src/models/UserInfo.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/src/models/UserInfo.ts b/web/src/models/UserInfo.ts
index eb420b7b6..5c7c155ca 100644
--- a/web/src/models/UserInfo.ts
+++ b/web/src/models/UserInfo.ts
@@ -2,6 +2,7 @@ import { SecondFactorMethod } from "@models/Methods";
export interface UserInfo {
display_name: string;
+ emails: string[];
method: SecondFactorMethod;
has_webauthn: boolean;
has_totp: boolean;