Skip to content

Commit

Permalink
fix #85
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Sep 7, 2020
1 parent cc9fefd commit ea1d903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/handler/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func HandleLogout(w http.ResponseWriter, r *http.Request) {
//
sess.Options.MaxAge = -1
sess.Save(r, w)
WriteLinkResponse(r, w, "Success", "Successfully logged out.", "Back Home", "./../")
WriteLinkResponse(r, w, "Success", "Successfully logged out.", "Back Home", "./")
}

func HandleRegenPasskey(w http.ResponseWriter, r *http.Request) {
Expand Down

0 comments on commit ea1d903

Please sign in to comment.