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,