mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-24 04:59:26 +01:00
fix: sso on web
This commit is contained in:
parent
2bd7afc0f3
commit
aa396acdc9
@ -28,7 +28,8 @@ class FluffyClient extends Client {
|
|||||||
databaseBuilder: getDatabase,
|
databaseBuilder: getDatabase,
|
||||||
supportedLoginTypes: {
|
supportedLoginTypes: {
|
||||||
AuthenticationTypes.password,
|
AuthenticationTypes.password,
|
||||||
if (PlatformInfos.isMobile) AuthenticationTypes.sso
|
if (PlatformInfos.isMobile || PlatformInfos.isWeb)
|
||||||
|
AuthenticationTypes.sso
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user