fix: sso on web
This commit is contained in:
parent
75f32e6607
commit
57f81a3aa3
1 changed files with 2 additions and 1 deletions
|
|
@ -28,7 +28,8 @@ class FluffyClient extends Client {
|
|||
databaseBuilder: getDatabase,
|
||||
supportedLoginTypes: {
|
||||
AuthenticationTypes.password,
|
||||
if (PlatformInfos.isMobile) AuthenticationTypes.sso
|
||||
if (PlatformInfos.isMobile || PlatformInfos.isWeb)
|
||||
AuthenticationTypes.sso
|
||||
},
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue