-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: (SST-989) extend email error page #1216
Conversation
🎉 This PR is included in version 23.13.0-lkappeler-SST-989-extend-email-error-page-67ee30c795ff456af8972fe75bc8f9f1a995c1d3.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
const loginLink = `/${languageToUse}/account/logon`; | ||
const query = `?returnurl=${encodeURIComponent(loginLink)}`; | ||
const loginWithLogoutLink = `${logoutLink}${query}`; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isn't it more a logoutWithLoginLink
? 😅
🎉 This PR is included in version 23.13.0-lkappeler-SST-989-extend-email-error-page-99ec82a838ab5daa20290aee4f8a06bad160f364.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 23.14.0-lkappeler-SST-989-extend-email-error-page-da001b74821b90f3be07f78b142bf7646fa84fe6.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
…rror-page' into lkappeler-SST-989-extend-email-error-page
🎉 This PR is included in version 23.14.0-lkappeler-SST-989-extend-email-error-page-a9b6ca2bb12ab9cefaa9a81489b1ae86c7d0697d.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 23.14.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
References https://smg-au.atlassian.net/browse/SST-989
Motivation and context
Before
After
How to test
Check the according component in the deployment
Note: For simplicity the links are relative on the error pages