Skip to content

Commit

Permalink
⚰️ (LekaApp): Remove useless signup failed else statement
Browse files Browse the repository at this point in the history
  • Loading branch information
macteuts authored and ladislas committed Feb 29, 2024
1 parent e2ad53c commit a071a3e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ struct AccountCreationView: View {
self.rootAccountManager.createRootAccount(rootAccount: RootAccount())
self.authManagerViewModel.userIsSigningUp = true
self.isVerificationEmailAlertPresented = true
} else {
// display signup failed alert
}
}
.alert(isPresented: self.$isVerificationEmailAlertPresented) {
Expand Down

0 comments on commit a071a3e

Please sign in to comment.