mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-01 03:49:24 +08:00 
			
		
		
		
	linting
This commit is contained in:
		| @@ -265,7 +265,8 @@ exports.entryPage = "dashboard"; | ||||
|                 } | ||||
|  | ||||
|                 if (data.token) { | ||||
|                     let verify = notp.totp.verify(data.token, user.twofa_secret, {"window": 1, "time": 30}); | ||||
|                     let verify = notp.totp.verify(data.token, user.twofa_secret, { "window": 1, | ||||
|                         "time": 30 }); | ||||
|  | ||||
|                     if (verify && verify.delta == 0) { | ||||
|                         callback({ | ||||
| @@ -383,7 +384,8 @@ exports.entryPage = "dashboard"; | ||||
|                 socket.userID, | ||||
|             ]); | ||||
|  | ||||
|             let verify = notp.totp.verify(token, user.twofa_secret, {"window": 1, "time": 30}); | ||||
|             let verify = notp.totp.verify(token, user.twofa_secret, { "window": 1, | ||||
|                 "time": 30 }); | ||||
|  | ||||
|             if (verify && verify.delta == 0) { | ||||
|                 callback({ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user