mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-31 01:57:45 +08:00
feat(users): Signin and Verify Email changes for User Invitation changes (#3420)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -267,6 +267,8 @@ pub enum Flow {
|
||||
UserSignUp,
|
||||
/// User Sign Up
|
||||
UserSignUpWithMerchantId,
|
||||
/// User Sign In without invite checks
|
||||
UserSignInWithoutInviteChecks,
|
||||
/// User Sign In
|
||||
UserSignIn,
|
||||
/// User connect account
|
||||
@ -333,6 +335,8 @@ pub enum Flow {
|
||||
SyncOnboardingStatus,
|
||||
/// Reset tracking id
|
||||
ResetTrackingId,
|
||||
/// Verify email token without invite checks
|
||||
VerifyEmailWithoutInviteChecks,
|
||||
/// Verify email Token
|
||||
VerifyEmail,
|
||||
/// Send verify email
|
||||
|
||||
Reference in New Issue
Block a user