mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-08 17:37:01 +00:00
style(handler/callback): accidentally a letter
This commit is contained in:
@@ -48,7 +48,7 @@ func (h *Handler) Callback(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
tokens, err := h.redeemValidTokens(r, loginCallback)
|
||||
if err != nil {
|
||||
h.InternalError(w, r, fmt.Errorf("callback: redeming tokens: %w", err))
|
||||
h.InternalError(w, r, fmt.Errorf("callback: redeeming tokens: %w", err))
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user