You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently AccountsTemplates.logout() redirects to the configured homeRoutePath.
See this line
Possible solutions:
Another configuration parameter (say logoutRedirectPath) to allow for custom redirection.
2 .Doing something like it was done with ensureSignedIn (see this commit): add logout among the configurable routes so to be able to leverage the redirect field of the options. This would be the second fake route for which most of the options are ignored...
The text was updated successfully, but these errors were encountered:
Currently
AccountsTemplates.logout()
redirects to the configuredhomeRoutePath
.See this line
Possible solutions:
logoutRedirectPath
) to allow for custom redirection.2 .Doing something like it was done with
ensureSignedIn
(see this commit): addlogout
among the configurable routes so to be able to leverage theredirect
field of the options. This would be the second fake route for which most of the options are ignored...The text was updated successfully, but these errors were encountered: