Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Commit

Permalink
Change input type to password (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoucandanghehe authored Apr 4, 2022
1 parent f773210 commit a83c173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Auth: FC<{ redirect: string }> = ({ redirect }) => {
<input
className="flex-1 rounded border border-gray-600/10 p-2 font-mono focus:outline-none focus:ring focus:ring-blue-300 dark:bg-gray-600 dark:text-white dark:focus:ring-blue-700"
autoFocus
type="text"
type="password"
placeholder="************"
value={token}
onChange={e => {
Expand Down

1 comment on commit a83c173

@vercel
Copy link

@vercel vercel bot commented on a83c173 Apr 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.