How do you handle only the logout redirect? #1138
Unanswered
Ethan-Hill
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Im trying to handle both the login and logout redirects separately but I'm not sure how that can be done.
I have been using the callback redirect for them at them moment but im not sure how do define them separately
redirect: async () => { return Promise.resolve("/"); },
Any help would be greatly appreciated
Beta Was this translation helpful? Give feedback.
All reactions