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(idlelogoutconfirmationmodal): Fixing an issue in the idle timer logic when query parameters are appended to the page #3750

Merged
merged 3 commits into from
Mar 22, 2023

Commits on Mar 9, 2023

  1. fix(idlelogoutconfirmationmodal): Assembling the originHref with th…

    …e current url excluding the query parameters to fix an issue where query parameters may be added to the page without a page reload, which would cause the `useEffect` to restart because it has the logout and inactivityLogout URLs as dependencies.
    Marcelo Blechner committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    29bf567 View commit details
    Browse the repository at this point in the history
  2. test(suiteheader): Fixing some unit tests.

    Marcelo Blechner committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    fc11e2b View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. fix(suiteheader): Adding a null check in surveyData to avoid runtim…

    …e errors if `surveyData` becomes null after in subsequent component re-renders
    Marcelo Blechner committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    9b73ede View commit details
    Browse the repository at this point in the history