Skip to content

Commit

Permalink
tweaking
Browse files Browse the repository at this point in the history
Co-authored-by: Thibault H <[email protected]>
  • Loading branch information
ThibHrrd and Thibault H committed Sep 1, 2022
1 parent f4e66ea commit 0bcd948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuity/manager_relaystate.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

var _ Manager = new(ManagerRelayState)
var ErrNotResumableRelayState = *herodot.ErrBadRequest.WithError("no resumable session found").WithReasonf("The browser does not contain the necessary RelayState value to resume the session. This is a security violation and was blocked. Please try again!")
var ErrNotResumableRelayState = *herodot.ErrBadRequest.WithError("no resumable session found").WithReason("The browser does not contain the necessary RelayState value to resume the session. This is a security violation and was blocked. Please try again!")

type (
managerRelayStateDependencies interface {
Expand Down

0 comments on commit 0bcd948

Please sign in to comment.