|
@@ -25,7 +25,7 @@ export function AuthPage() {
|
|
|
|
|
|
<input
|
|
<input
|
|
className={styles["auth-input"]}
|
|
className={styles["auth-input"]}
|
|
- type="text"
|
|
|
|
|
|
+ type="password"
|
|
placeholder={Locale.Auth.Input}
|
|
placeholder={Locale.Auth.Input}
|
|
value={access.accessCode}
|
|
value={access.accessCode}
|
|
onChange={(e) => {
|
|
onChange={(e) => {
|