Merge branch 'main' of ssh://mail.resdigita.org:/home/guichet/git/guichet
This commit is contained in:
commit
f8ee897d2a
2 changed files with 2 additions and 0 deletions
|
@ -493,3 +493,4 @@ func readCode(code string) (code_id string, code_pw string) {
|
||||||
code_pw = hex.EncodeToString(pw_hash[:16])
|
code_pw = hex.EncodeToString(pw_hash[:16])
|
||||||
return code_id, code_pw
|
return code_id, code_pw
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
1
main.go
1
main.go
|
@ -467,3 +467,4 @@ func handleLogin(w http.ResponseWriter, r *http.Request) *LoginInfo {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue