mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
refactor(users): Separate signup and signin (#2921)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -249,6 +249,12 @@ pub enum Flow {
|
||||
GsmRuleUpdate,
|
||||
/// Gsm Rule Delete flow
|
||||
GsmRuleDelete,
|
||||
/// User Sign Up
|
||||
UserSignUp,
|
||||
/// User Sign Up
|
||||
UserSignUpWithMerchantId,
|
||||
/// User Sign In
|
||||
UserSignIn,
|
||||
/// User connect account
|
||||
UserConnectAccount,
|
||||
/// Upsert Decision Manager Config
|
||||
|
||||
Reference in New Issue
Block a user