This commit is contained in:
TactfulBean 2023-03-30 14:27:46 +08:00
parent 8d6d6bbf5d
commit f4b87ca1ac
2 changed files with 2 additions and 1 deletions

View File

@ -320,7 +320,7 @@ export function Settings(props: { closeSettings: () => void }) {
>
<input
value={accessStore.accessCode}
type="text"
type="password"
placeholder={Locale.Settings.AccessCode.Placeholder}
onChange={(e) => {
accessStore.updateCode(e.currentTarget.value);

View File

@ -174,6 +174,7 @@ input[type="range"]::-webkit-slider-thumb:hover {
width: 24px;
}
input[type="password"]
input[type="number"],
input[type="text"] {
appearance: none;