mirror of
https://github.com/nais/wonderwall.git
synced 2026-08-23 21:16:14 +00:00
feat(templates): clean up error page after feedback
This commit is contained in:
@@ -112,6 +112,7 @@ func (s *Standalone) defaultErrorResponse(w http.ResponseWriter, r *http.Request
|
||||
CorrelationID: middleware.GetReqID(r.Context()),
|
||||
CSS: templates.CSS,
|
||||
DefaultRedirectURI: defaultRedirect,
|
||||
HttpStatusCode: statusCode,
|
||||
RetryURI: s.Retry(r, loginCookie),
|
||||
})
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user