mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-07 08:57:07 +00:00
fix: remove debug error
Co-Authored-By: Sindre Rødseth Hansen <sindre.rodseth.hansen@nav.no>
This commit is contained in:
@@ -37,7 +37,6 @@ func (h *Handler) GetSessionCookieName() string {
|
||||
}
|
||||
|
||||
func (h *Handler) getLoginCookie(w http.ResponseWriter, r *http.Request) (*LoginCookie, error) {
|
||||
return nil, fmt.Errorf("Feiltest")
|
||||
loginCookieJson, err := h.getEncryptedCookie(r, h.GetLoginCookieName())
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user