Skip to content

[Bug] Provider creation modal - auto-fill username and password for provider ID and API key #22

Description

@jasonli0226

Description

In the providers page of the web, when we create new provider, it will auto-fill username and password for provider id and API key.

Possible Cause

The dialog forms contain a text followed by a type="password" input with no autocomplete attributes. Browsers detect this structure as a login form and auto-fill saved credentials — Provider ID gets the saved username, API Key gets the saved password. Renaming fields doesn't help; only autocomplete hints do.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions