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 for the proper removal of a set subjectId #64

Merged
merged 1 commit into from
Sep 21, 2021

Conversation

GolexPrime
Copy link
Contributor

This PR addresses issue #63.
It allows for the proper removal of a set subjectId from the login-state. This in turn prohibits the app from trying to remove the subjectId persisted through the encrypted storage (which is the cause for the thrown exception).

@GolexPrime GolexPrime added the bug Something isn't working label Sep 20, 2021
@GolexPrime GolexPrime self-assigned this Sep 20, 2021
@GolexPrime GolexPrime changed the title updated loginActions.js and loginReducer.js Fix for the proper removal of a set subjectId Sep 20, 2021
@GolexPrime GolexPrime merged commit 8ac9588 into main Sep 21, 2021
@GolexPrime GolexPrime linked an issue Sep 21, 2021 that may be closed by this pull request
@GolexPrime GolexPrime deleted the fix-subjectId-removal branch September 21, 2021 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exception is thrown when trying multiple login-attempts
2 participants