chore: Follow up sso for desktop
This commit is contained in:
parent
f61c96c9be
commit
e838253ba6
1 changed files with 1 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue