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

View File

@@ -22,3 +22,5 @@ export const authRequired = [
...Object.values(stays),
...Object.values(points),
]
export const mfaRequired = [...Object.values(profileEdit)]