You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PayForMe/Services/NetworkService.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@ class NetworkService {
181
181
request =URLRequest(url: requestURL)
182
182
183
183
if project.backend ==.iHateMoney {
184
-
guardlet authString ="\(project.name):\(project.password)".data(using:.utf8)?.base64EncodedString()else{fatalError("error generating authString. THIS SHOULD NOT HAPPEN")}
184
+
guardlet authString ="\(project.token):\(project.password)".data(using:.utf8)?.base64EncodedString()else{fatalError("error generating authString. THIS SHOULD NOT HAPPEN")}
0 commit comments