fix: sso on web

onboarding
Christian Pauly 4 years ago
parent 75f32e6607
commit 57f81a3aa3

@ -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…
Cancel
Save