Redirect oauth applications to user_settings
What does this MR do and why?
Redirect oauth applications to user_settings
Move /-/profile/applications to /-/user_settings/applications and redirect end_point to new endpoint till next major release (17.0)
Related to #422478 (closed)
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- In your local GitLab instance, navigate to the following URL:
http://localhost:3000/-/profile/applications
- You will be redirected to the new endpoint:
http://localhost:3000/-/user_settings/applications
- Verify that the applications is displayed correctly.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.