mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-14 08:56:39 +00:00
generate 2fa backup codes
This commit is contained in:
@@ -49,7 +49,7 @@ interface DatabaseUserAttributes {
|
||||
email: string;
|
||||
passwordHash: string;
|
||||
twoFactorEnabled: boolean;
|
||||
twoFactorSecret: string | null;
|
||||
twoFactorSecret?: string;
|
||||
emailVerified: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user