Skip to content

Instantly share code, notes, and snippets.

@timkelty
Last active February 7, 2020 14:34
Show Gist options
  • Select an option

  • Save timkelty/cf9cbdd3305b93f892cd0735846aa175 to your computer and use it in GitHub Desktop.

Select an option

Save timkelty/cf9cbdd3305b93f892cd0735846aa175 to your computer and use it in GitHub Desktop.
Better redirects
'postLoginRedirect' => function ($siteHandle) {
return Craft::$app->request->getQueryParam('redirect', 'members/profile');
},
'postLogoutRedirect' => function ($siteHandle) {
return Craft::$app->request->getQueryParam('redirect', 'members/login');
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment