Skip to content

Commit

Permalink
fix: typo in error message (ory#2332)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinckr authored and harnash committed Mar 28, 2022
1 parent ec8969c commit cbfb101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuity/manager_cookie.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

var _ Manager = new(ManagerCookie)
var ErrNotResumable = *herodot.ErrBadRequest.WithError("no resumable session found").WithReasonf("The browser does not contain the neccesary cookie to resume the session. This is a security violation and was thus blocked. Please clear your browser's cookies and cache and try again!")
var ErrNotResumable = *herodot.ErrBadRequest.WithError("no resumable session found").WithReasonf("The browser does not contain the necessary cookie to resume the session. This is a security violation and was blocked. Please clear your browser's cookies and cache and try again!")

const CookieName = "ory_kratos_continuity"

Expand Down

0 comments on commit cbfb101

Please sign in to comment.