diff --git a/continuity/manager_relaystate.go b/continuity/manager_relaystate.go index 74b3422886bf..4d6d1204118e 100644 --- a/continuity/manager_relaystate.go +++ b/continuity/manager_relaystate.go @@ -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 {