Show alert if the username is not found

This commit is contained in:
Angelo Stavrow 2020-08-17 13:30:03 -04:00
parent 582cab7efb
commit 0c208fb063
No known key found for this signature in database
GPG Key ID: 1A49C7064E060EEE

View File

@ -89,6 +89,7 @@ struct AccountLoginView: View {
alertMessage = """
Username not found. Did you use your email address by mistake?
"""
isShowingAlert = true
} catch {
alertMessage = "An unknown error occurred. Please try again."
isShowingAlert = true