mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(user): implement change password for user (#2959)
This commit is contained in:
@ -255,6 +255,8 @@ pub enum Flow {
|
||||
DecisionManagerDeleteConfig,
|
||||
/// Retrieve Decision Manager Config
|
||||
DecisionManagerRetrieveConfig,
|
||||
/// Change password flow
|
||||
ChangePassword,
|
||||
}
|
||||
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user