feat: SW-162 MFA for Profile implemented

This commit is contained in:
Hrishikesh Vaipurkar
2024-07-16 14:38:57 +02:00
parent 0c0fc1d08b
commit dde2b828cb
7 changed files with 177 additions and 12 deletions

1
types/auth.d.ts vendored
View File

@@ -27,5 +27,6 @@ declare module "next-auth" {
sub: string
email?: string
login_with: string
acr?: string
}
}