feat(users): add support to reset totp (#4821)

This commit is contained in:
Apoorv Dixit
2024-05-30 16:22:26 +05:30
committed by GitHub
parent 93d61d1053
commit aca6ad1bd1
5 changed files with 50 additions and 0 deletions

View File

@ -404,6 +404,8 @@ pub enum Flow {
UserFromEmail,
/// Begin TOTP
TotpBegin,
// Reset TOTP
TotpReset,
/// Verify TOTP
TotpVerify,
/// Update TOTP secret