Create the certificate store if it does not exist

This commit is contained in:
adnano
2020-09-29 11:12:23 -04:00
parent 8facfabec5
commit fbc1f76194
5 changed files with 7 additions and 9 deletions

View File

@@ -79,7 +79,7 @@ func login(rw *gmi.ResponseWriter, req *gmi.Request) {
sessions[fingerprint] = &session{
username: username,
}
gmi.Redirect(rw, req, "/login#password")
gmi.Redirect(rw, req, "/login/password")
})
})
}