Bug Description
I have a UX/UI enhancement suggestion for SiWG. When you set up the module, I see the success notification and when I click on the Customize settings CTA, I am taken to the settings, but I then have to click on Edit to customize.
To make it more user-friendly when the user clicks on the success notification CTA, they should be taken into the settings in edit mode.

Steps to reproduce
- Set up Sign in with Google
- On a successful set up you will see a success banner notification on the dashboard.
- Click on the
Customize settings CTA.
- You will see that you're taken to view mode in the settings, rather than edit.
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
- When the success notification for Sign in with Google is shown, the link to "Customize settings" should direct the user to the "Edit" screen for Sign in with Google, not the "View" screen.
- The component should be updated to TypeScript during this change.
Implementation Brief
Test Coverage
QA Brief
- Set up Sign in with Google and ensure the "Customize settings" button/CTA link that appears in the success notification links to the Sign in with Google settings page in the "Edit" settings mode, not the "View" settings mode.
Changelog entry
- Update "Customize settings" link after Sign in with Google setup.
Bug Description
I have a UX/UI enhancement suggestion for SiWG. When you set up the module, I see the success notification and when I click on the
Customize settingsCTA, I am taken to the settings, but I then have to click onEditto customize.To make it more user-friendly when the user clicks on the success notification CTA, they should be taken into the settings in edit mode.
Steps to reproduce
Customize settingsCTA.Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Implementation Brief
siwgSettingsURLfromgetModuleSettingsURLtogetModuleSettingsEditURLassets/js/modules/sign-in-with-google/components/dashboard/SetupSuccessSubtleNotification.jstoassets/js/modules/sign-in-with-google/components/dashboard/SetupSuccessSubtleNotification.tsxand ensure it is properly documented/typed.Test Coverage
QA Brief
Changelog entry