|
|
@ -112,10 +112,7 @@ abstract class ClientManager {
|
|
|
|
databaseBuilder: FlutterHiveCollectionsDatabase.databaseBuilder,
|
|
|
|
databaseBuilder: FlutterHiveCollectionsDatabase.databaseBuilder,
|
|
|
|
supportedLoginTypes: {
|
|
|
|
supportedLoginTypes: {
|
|
|
|
AuthenticationTypes.password,
|
|
|
|
AuthenticationTypes.password,
|
|
|
|
if (PlatformInfos.isMobile ||
|
|
|
|
AuthenticationTypes.sso,
|
|
|
|
PlatformInfos.isWeb ||
|
|
|
|
|
|
|
|
PlatformInfos.isMacOS)
|
|
|
|
|
|
|
|
AuthenticationTypes.sso
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
nativeImplementations: nativeImplementations,
|
|
|
|
nativeImplementations: nativeImplementations,
|
|
|
|
customImageResizer: PlatformInfos.isMobile ? customImageResizer : null,
|
|
|
|
customImageResizer: PlatformInfos.isMobile ? customImageResizer : null,
|
|
|
|