samples-js-react icon indicating copy to clipboard operation
samples-js-react copied to clipboard

if the session is already deleted when logout is called redirect to l…

Open Sara3 opened this issue 7 years ago • 0 comments

…ogin page

This PR will solve this issue https://github.com/okta/samples-js-react/issues/25

If the session is already expired or deleted and you try to "logout" It will give an error. This promise catches the error and redirects back to login page

Sara3 avatar May 29 '18 21:05 Sara3