mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-19 14:56:52 +00:00
refactor(handler): minor cleanups
This commit is contained in:
@@ -17,6 +17,7 @@ import (
|
||||
retrypkg "github.com/nais/wonderwall/pkg/retry"
|
||||
)
|
||||
|
||||
// Callback handles the authentication response from the identity provider.
|
||||
func (h *Handler) Callback(w http.ResponseWriter, r *http.Request) {
|
||||
// unconditionally clear login cookie
|
||||
h.clearLoginCookies(w)
|
||||
|
||||
Reference in New Issue
Block a user