forked from Adleraci/adlerka.top
		
	Fix async
This commit is contained in:
		@@ -222,9 +222,9 @@ function login() {
 | 
			
		||||
    const email = document.getElementById("login_email").value;
 | 
			
		||||
    const password = document.getElementById("login_password").value;
 | 
			
		||||
    doLogin(email, password);
 | 
			
		||||
    getUserInfo();
 | 
			
		||||
    refreshNavbar();
 | 
			
		||||
    softReload();
 | 
			
		||||
    getUserInfo();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
async function doLogin(email, password) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user