Skip to content

Commit

Permalink
fix: remove more flows
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsMani committed Apr 25, 2024
1 parent ec26c51 commit 043d1a9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions crates/router_env/src/logger/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,6 @@ pub enum Flow {
UserSignUp,
/// User Sign Up
UserSignUpWithMerchantId,
/// User Sign In without invite checks
UserSignInWithoutInviteChecks,
/// User Sign In
UserSignIn,
/// User connect account
Expand Down Expand Up @@ -362,8 +360,6 @@ pub enum Flow {
ForgotPassword,
/// Reset password using link
ResetPassword,
/// Invite users
InviteUser,
/// Invite multiple users
InviteMultipleUser,
/// Reinvite user
Expand All @@ -380,8 +376,6 @@ pub enum Flow {
SyncOnboardingStatus,
/// Reset tracking id
ResetTrackingId,
/// Verify email token without invite checks
VerifyEmailWithoutInviteChecks,
/// Verify email Token
VerifyEmail,
/// Send verify email
Expand Down

0 comments on commit 043d1a9

Please sign in to comment.