Can disable local login
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		| @@ -18,6 +18,8 @@ | ||||
|  | ||||
| </style> | ||||
|  | ||||
| <!-- Local login --> | ||||
| {% if show_local_login %} | ||||
| <form action="/login?redirect={{ p.redirect_uri.get_encoded() }}" method="post"> | ||||
|     <div> | ||||
|         <div class="form-floating"> | ||||
| @@ -36,6 +38,7 @@ | ||||
|     <button class="w-100 btn btn-lg btn-primary" type="submit">Sign in</button> | ||||
|  | ||||
| </form> | ||||
| {% endif %} | ||||
|  | ||||
| <!-- Upstream providers --> | ||||
| {% if !providers.is_empty() %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user