diff --git a/Apps/LekaApp/Sources/_NEWCodeBase/Views/AccountCreation/AccountCreationView.swift b/Apps/LekaApp/Sources/_NEWCodeBase/Views/AccountCreation/AccountCreationView.swift index 793b97e1b2..95af03a450 100644 --- a/Apps/LekaApp/Sources/_NEWCodeBase/Views/AccountCreation/AccountCreationView.swift +++ b/Apps/LekaApp/Sources/_NEWCodeBase/Views/AccountCreation/AccountCreationView.swift @@ -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) {