mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 22:07:23 +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,
 | 
			
		||||
          supportedLoginTypes: {
 | 
			
		||||
            AuthenticationTypes.password,
 | 
			
		||||
            if (PlatformInfos.isMobile) AuthenticationTypes.sso
 | 
			
		||||
            if (PlatformInfos.isMobile || PlatformInfos.isWeb)
 | 
			
		||||
              AuthenticationTypes.sso
 | 
			
		||||
          },
 | 
			
		||||
        );
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user