mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Show alert if the username is not found
This commit is contained in:
parent
582cab7efb
commit
0c208fb063
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user