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 broken URL in error message #6365

Merged
merged 1 commit into from
Apr 22, 2023
Merged

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented Apr 22, 2023

The /me route has been changed into a redirect to /settings/tokens due to it being hardcoded in cargo for a specific purpose. The email address field has moved to /settings/profile though, so this commit fixes the error message to point to the correct page.

Resolves #6364

The `/me` route has been changed into a redirect to `/settings/tokens` due to it being hardcoded in cargo for a specific purpose. The email address field has moved to `/settings/profile` though, so this commit fixes the error message to point to the correct page.
@Turbo87 Turbo87 enabled auto-merge (squash) April 22, 2023 14:57
@Turbo87 Turbo87 merged commit e9c006b into rust-lang:master Apr 22, 2023
@Turbo87 Turbo87 deleted the fix-broken-link branch April 22, 2023 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-backend ⚙️ C-bug 🐞 Category: unintended, undesired behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error message for missing verified e-mail address points to /me
1 participant