mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-30 14:39:29 +02:00
generate 2fa backup codes
This commit is contained in:
parent
dca6924a5c
commit
3df14fb8f5
4 changed files with 40 additions and 5 deletions
|
@ -49,7 +49,7 @@ interface DatabaseUserAttributes {
|
|||
email: string;
|
||||
passwordHash: string;
|
||||
twoFactorEnabled: boolean;
|
||||
twoFactorSecret: string | null;
|
||||
twoFactorSecret?: string;
|
||||
emailVerified: boolean;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue