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

Avoid loop after a 403 response of cboard-api #1501

Merged

Conversation

tomivm
Copy link
Collaborator

@tomivm tomivm commented Jun 7, 2023

Window.location.reload() does not make sense after logout a User. With this change only a redirect to the sign-in screen occurs. avoiding a loop caused by location.reload on Cordova apps
close #1504

@tomivm tomivm added the bug label Jun 7, 2023
@tomivm tomivm self-assigned this Jun 7, 2023
@RodriSanchez1 RodriSanchez1 merged commit ea2fd30 into cboard-org:master Jun 7, 2023
@martinbedouret martinbedouret added this to the 1.29.0 milestone Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix infinite loop on cordova apps after 403 response from cboard-api
3 participants