Fix indentation for server alert message

This commit is contained in:
Angelo Stavrow 2020-08-17 13:29:28 -04:00
parent 216641029d
commit 582cab7efb
No known key found for this signature in database
GPG Key ID: 1A49C7064E060EEE

View File

@ -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 = """