mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 18:42:47 +02:00
Add resetOthers parameter to session creator method
This commit is contained in:
+2
-1
@@ -178,7 +178,8 @@ final class AuthenticationSoftLogoutCoordinator: Coordinator, Presentable {
|
||||
let session = try await loginWizard.login(login: userId,
|
||||
password: password,
|
||||
initialDeviceName: UIDevice.current.initialDisplayName,
|
||||
deviceID: deviceId)
|
||||
deviceID: deviceId,
|
||||
resetOthers: true)
|
||||
|
||||
guard !Task.isCancelled else { return }
|
||||
callback?(.success(session: session, password: password))
|
||||
|
||||
Reference in New Issue
Block a user