feat(user): implement change password for user (#2959)

This commit is contained in:
Apoorv Dixit
2023-11-24 20:34:27 +05:30
committed by GitHub
parent 107c3b9941
commit bfa1645b84
9 changed files with 170 additions and 5 deletions

View File

@ -144,7 +144,7 @@ impl From<Flow> for ApiIdentifier {
| Flow::GsmRuleUpdate
| Flow::GsmRuleDelete => Self::Gsm,
Flow::UserConnectAccount => Self::User,
Flow::UserConnectAccount | Flow::ChangePassword => Self::User,
}
}
}