diff --git a/LeStorage/Services.swift b/LeStorage/Services.swift index ffa70d9..cde7f94 100644 --- a/LeStorage/Services.swift +++ b/LeStorage/Services.swift @@ -279,7 +279,7 @@ public class Services { /// - user: A user instance to send to the server public func createAccount(user: U) async throws -> V { let response: V = try await _runRequest(serviceConf: .createAccount, payload: user) - Store.main.setUserName(user.username) +// Store.main.setUserName(user.username) return response }