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

Fix: Canceling login in React example still sets authenticated to true #487

Closed
wants to merge 1 commit into from
Closed

Conversation

LuskeyNoah
Copy link

Bug: netlifyAuth.isAuthenticated is set to true before the login is actually complete. This means that if you close the login form without logging in, netlifyAuth.isAuthenticated is still set to true

Fixes #486

Bug: `netlifyAuth.isAuthenticated` is set to `true` before the login is actually complete. This means that if you close the login form without logging in, `netlifyAuth.isAuthenticated` is still set to `true`
@LuskeyNoah LuskeyNoah changed the title Canceling login in React example still sets authenticated to true Fix: Canceling login in React example still sets authenticated to true Aug 14, 2021
@netlify
Copy link

netlify bot commented Aug 14, 2021

✔️ Deploy Success!

🔨 Explore the source changes: fe21156

🔍 Inspect the deploy log: https://app.netlify.com/sites/identity/deploys/61182bafc536440007cf36c5

😎 Browse the preview: https://deploy-preview-487--identity.netlify.app

@AlfieBrooks
Copy link

Duplicate of: #481

This pull request was closed.
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

Successfully merging this pull request may close these issues.

[BUG] React Example will appear logged in, even if login is cancelled
2 participants