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(profile): Remove name attribute from api_key input field #454

Merged
merged 1 commit into from
Feb 24, 2025

Conversation

jovandeginste
Copy link
Owner

The name attribute was removed from the api_key input field to prevent it from being submitted with the profile update form. The API key should only be updated via the "reset api key" form, so we don't need the browser to send the value on profile updates.

The `name` attribute was removed from the `api_key` input field to prevent it
from being submitted with the profile update form. The API key should only be
updated via the "reset api key" form, so we don't need the browser to send the
value on profile updates.
@jovandeginste jovandeginste merged commit 53e565a into master Feb 24, 2025
3 checks passed
@jovandeginste jovandeginste deleted the api-key branch February 24, 2025 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant