mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Fix indentation for server alert message
This commit is contained in:
parent
216641029d
commit
582cab7efb
@ -77,8 +77,8 @@ struct AccountLoginView: View {
|
||||
_ = try result.get()
|
||||
} catch AccountError.serverNotFound {
|
||||
alertMessage = """
|
||||
The server could not be found. Please check that you've entered the information correctly and try again.
|
||||
"""
|
||||
The server could not be found. Please check that you've entered the information correctly and try again.
|
||||
"""
|
||||
isShowingAlert = true
|
||||
} catch AccountError.invalidPassword {
|
||||
alertMessage = """
|
||||
|
Loading…
Reference in New Issue
Block a user