From 0d12c313932df6165174cca814ce63402454b193 Mon Sep 17 00:00:00 2001 From: Krille Date: Sun, 26 Mar 2023 11:20:54 +0200 Subject: [PATCH] chore: Follow up sso for desktop --- lib/utils/client_manager.dart | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/utils/client_manager.dart b/lib/utils/client_manager.dart index 43be8c6a..1ee71d49 100644 --- a/lib/utils/client_manager.dart +++ b/lib/utils/client_manager.dart @@ -112,10 +112,7 @@ abstract class ClientManager { databaseBuilder: FlutterHiveCollectionsDatabase.databaseBuilder, supportedLoginTypes: { AuthenticationTypes.password, - if (PlatformInfos.isMobile || - PlatformInfos.isWeb || - PlatformInfos.isMacOS) - AuthenticationTypes.sso + AuthenticationTypes.sso, }, nativeImplementations: nativeImplementations, customImageResizer: PlatformInfos.isMobile ? customImageResizer : null,