mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 14:27:23 +01:00 
			
		
		
		
	fix: Disable matrix registration again
This commit is contained in:
		
							parent
							
								
									821fc7b4fb
								
							
						
					
					
						commit
						12cdee068d
					
				@ -142,7 +142,10 @@ class HomeserverPickerView extends StatelessWidget {
 | 
			
		||||
                                    labelText: L10n.of(context).login,
 | 
			
		||||
                                  ),
 | 
			
		||||
                                ),
 | 
			
		||||
                              if (controller.registrationSupported)
 | 
			
		||||
                              if (controller.registrationSupported &&
 | 
			
		||||
                                  // Registration is broken on matrix.org
 | 
			
		||||
                                  Matrix.of(context).client.homeserver.host !=
 | 
			
		||||
                                      'matrix-client.matrix.org')
 | 
			
		||||
                                Center(
 | 
			
		||||
                                  child: _LoginButton(
 | 
			
		||||
                                    onPressed: controller.signUpAction,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user