Skip to content

Commit

Permalink
Update Settings.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Jan 10, 2025
1 parent e14b812 commit 7e8c741
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ export default function SettingsPage() {
isLoadingCredentials ||
credentialSource === "env"
}
placeholder={ credentialSource === "self" ? "set username/password to persist data" : ""}
type={showPassword ? "text" : "password"}
autoComplete="current-password"
{...field}
Expand Down

0 comments on commit 7e8c741

Please sign in to comment.