Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logout Issues #121

Open
tennist opened this issue Jan 26, 2017 · 0 comments
Open

Logout Issues #121

tennist opened this issue Jan 26, 2017 · 0 comments

Comments

@tennist
Copy link

tennist commented Jan 26, 2017

I found an issue that when I click the logout button in my app everything appears to work as its supposed to. The app is no longer able to access the pages for logged in users and the login and create account buttons are all that appear in my user menu. However, when I close the app and reopen it , the last user is still logged in. I found the following error in the code. The logout function is not actually deleting the token on logout due to the error. Line 207 of the current code file needs to be change from:

tokenStore.removeItem('fbtoken');

to:

tokenStore.removeItem('fbAccessToken');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant