mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-05 19:49:29 +01:00
chore: Follow up sso for desktop
This commit is contained in:
parent
d6b3482ce2
commit
0d12c31393
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user