Skip to content

Commit 9e87a73

Browse files
authored
Update index.html
1 parent 1862a4d commit 9e87a73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h1 style="margin-bottom:20px;">Zero Bot Gate</h1>
8585
const pass = input.value;
8686
console.log("password: " + pass);
8787
console.log("hashed: " + await hash(pass) );
88-
if ( check(hash(pass)) ) {
88+
if ( check( await hash(pass) ) ) {
8989
console.log("APROVED");
9090
} else {
9191
console.log("DENIED");

0 commit comments

Comments
 (0)