|
|
|
|
@ -394,7 +394,7 @@ public class Services { |
|
|
|
|
let tokenString = deviceToken.map { String(format: "%02x", $0) }.joined() |
|
|
|
|
let token = DeviceToken(value: tokenString) |
|
|
|
|
// Logger.log("Send device token = \(tokenString)") |
|
|
|
|
let _: DeviceToken = try await self._runRequest(serviceCall: postDeviceTokenCall, payload: token) |
|
|
|
|
let _: Empty = try await self._runRequest(serviceCall: postDeviceTokenCall, payload: token) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// A method that sends a request to change a user's password |
|
|
|
|
|