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

STCOR-845 Redirect correctly after changing password #1462

Merged
merged 3 commits into from
May 7, 2024

Conversation

ryandberger
Copy link
Member

@ryandberger ryandberger commented May 6, 2024

  • Fixes STCOR-845.
  • Eureka back-end doesn't recognize /login route, so base URL / should be used instead.

@ryandberger ryandberger requested review from zburke and aidynoJ May 6, 2024 19:50
Copy link

github-actions bot commented May 6, 2024

Jest Unit Test Statistics

205 tests  ±0   205 ✔️ ±0   50s ⏱️ ±0s
  40 suites ±0       0 💤 ±0 
    1 files   ±0       0 ±0 

Results for commit 1385b05. ± Comparison against base commit 7d7d3bc.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented May 6, 2024

BigTest Unit Test Statistics

    1 files  ±0      1 suites  ±0   10s ⏱️ ±0s
266 tests ±0  260 ✔️ ±0  6 💤 ±0  0 ±0 
269 runs  ±0  263 ✔️ ±0  6 💤 ±0  0 ±0 

Results for commit 1385b05. ± Comparison against base commit 7d7d3bc.

♻️ This comment has been updated with latest results.

Copy link

sonarcloud bot commented May 6, 2024

Copy link
Member

@zburke zburke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code looks correct to me but :

  1. The shape of stripes in the code and in the prop-types must align (just make stripes an object; proptypes go byebye in React v19).
  2. Please describe the solution (which new code implements) not the problem (which old code, now removed) caused. If you're ever starting a commit title with "Fix...", this is a clue that you've got the wrong end of the stick. Maybe sth like "Redirect correctly after changing password"?

@ryandberger ryandberger changed the title STCOR-845 Fix 404 error page when logging in after changing password STCOR-845 Redirect correctly after changing password May 7, 2024
@ryandberger ryandberger merged commit b9e21fc into keycloak-ramsons May 7, 2024
3 of 5 checks passed
@ryandberger ryandberger deleted the STCOR-845 branch May 7, 2024 14:06
ryandberger added a commit that referenced this pull request May 15, 2024
* Navigate to base URL if using Eureka since backend doesn't recognize /login
zburke pushed a commit that referenced this pull request Jun 11, 2024
* Navigate to base URL if using Eureka since backend doesn't recognize /login
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants