diff --git a/yesod-auth/Yesod/Auth.hs b/yesod-auth/Yesod/Auth.hs index 4a0eb390..2e15cdc2 100644 --- a/yesod-auth/Yesod/Auth.hs +++ b/yesod-auth/Yesod/Auth.hs @@ -184,7 +184,8 @@ class (Yesod master, PathPiece (AuthId master), RenderMessage master FormMessage -- | When being redirected to the login page should the current page -- be set to redirect back to. Default is 'True'. - -- @since 1.4.18 + -- + -- @since 1.4.21 redirectToCurrent :: master -> Bool redirectToCurrent _ = True