mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 13:38:45 +00:00
Change input type to password (#586)
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ const Auth: FC<{ redirect: string }> = ({ redirect }) => {
|
|||||||
<input
|
<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"
|
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
|
autoFocus
|
||||||
type="text"
|
type="password"
|
||||||
placeholder="************"
|
placeholder="************"
|
||||||
value={token}
|
value={token}
|
||||||
onChange={e => {
|
onChange={e => {
|
||||||
|
|||||||
Reference in New Issue
Block a user