Merge branch 'main' of ssh://mail.resdigita.org:/home/guichet/git/guichet

This commit is contained in:
Chris Mann 2023-07-20 10:22:48 +02:00
commit f8ee897d2a
2 changed files with 2 additions and 0 deletions

View file

@ -493,3 +493,4 @@ func readCode(code string) (code_id string, code_pw string) {
code_pw = hex.EncodeToString(pw_hash[:16])
return code_id, code_pw
}

View file

@ -467,3 +467,4 @@ func handleLogin(w http.ResponseWriter, r *http.Request) *LoginInfo {
return nil
}
}