last commit

This commit is contained in:
valitovgaziz
2024-08-12 13:42:38 +05:00
parent 1d0b4530d0
commit 340fdb9d44
+1
View File
@@ -48,6 +48,7 @@ func Login(w http.ResponseWriter, r *http.Request) {
Value: tokenString, Value: tokenString,
Expires: expirationtime, Expires: expirationtime,
}) })
w.WriteHeader(http.StatusOK)
} }
func checkPasswordHash(password, hash string) bool { func checkPasswordHash(password, hash string) bool {