Skip to content

Commit

Permalink
chore: run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperswitch-bot[bot] committed May 23, 2024
1 parent 774b482 commit ed42420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/router/src/core/errors/user.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ impl UserErrors {
Self::InvalidTotp => "Invalid TOTP",
Self::TotpRequired => "TOTP required",
Self::InvalidRecoveryCode => "Invalid Recovery Code",
Self::TwoFactorAuthNotSetup => "Two factor auth not setup"
Self::TwoFactorAuthNotSetup => "Two factor auth not setup",
}
}
}

0 comments on commit ed42420

Please sign in to comment.