Skip to content

Commit ec81fd8

Browse files
committed
fixed issues
1 parent 2652157 commit ec81fd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def check():
2626
elif Username.lower() == amir['Username'] and Password == amir['Password']:
2727
return render_template("test.html", Username = Username)
2828

29-
elif Username.lower() == anna['Username'] and Password == anna_mirhosseiny['Password']:
29+
elif Username.lower() == anna['Username'] and Password == anna['Password']:
3030
return render_template("test.html", Username = Username)
3131

3232
return "wrong username or password"

0 commit comments

Comments
 (0)