forked from gitea/gitea
		
	 4f4fea734c
			
		
	
	
		4f4fea734c
		
			
		
	
	
	
	
		
			
			Fixes #27819 We have support for two factor logins with the normal web login and with basic auth. For basic auth the two factor check was implemented at three different places and you need to know that this check is necessary. This PR moves the check into the basic auth itself.