Skip to content

Commit

Permalink
fix: Fix the problem that the access password cannot be filled in in …
Browse files Browse the repository at this point in the history
…docker mode
  • Loading branch information
Amery2010 committed Jun 17, 2024
1 parent 6029701 commit 7aad1b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/Setting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ function Setting({ open, hiddenTalkPanel, onClose }: SettingProps) {
<Input
id="password"
type="password"
disabled={!isProtected}
placeholder={t('accessPasswordPlaceholder')}
className="col-span-3"
defaultValue={password}
Expand Down

0 comments on commit 7aad1b4

Please sign in to comment.