Skip to content

Commit

Permalink
login password placeholder (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
usama-m98 authored Dec 15, 2024
1 parent 3243599 commit ae0d16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/openauth/src/ui/password.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export function PasswordUI(input: PasswordUIOptions) {
required
type="password"
name="password"
placeholder={copy.register_prompt}
placeholder={copy.input_password}
autoComplete="current-password"
/>
<button data-component="button">{copy.button_continue}</button>
Expand Down

0 comments on commit ae0d16b

Please sign in to comment.