Skip to content
This repository was archived by the owner on Nov 10, 2020. It is now read-only.

Commit 5e5d582

Browse files
author
Wilfredo Sánchez Vega
committed
Swift rendering of strings in arrays now appears to add quotes.
1 parent 3ca5c3f commit 5e5d582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Incidents/HTTPIncidentManagementSystem.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ class HTTPIncidentManagementSystem: NSObject, IncidentManagementSystem {
209209
}
210210

211211
func onError(message: String) {
212-
if !auth && message == "x-form-auth-required[username-password]" {
212+
if !auth && message == "x-form-auth-required[\"username-password\"]" {
213213
logInfo("Authentication required; retrying ping.")
214214
resetConnection()
215215
return connect(auth: true)

0 commit comments

Comments
 (0)