Skip to content

Commit cfe542e

Browse files
hzb666Copilot
andauthored
Update frontend/src/components/ui/PasswordInput.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ce06250 commit cfe542e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/components/ui/PasswordInput.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ function PasswordInput({
4747
onBlur={(event) => {
4848
setIsFocused(false)
4949
setIsCapsLockOn(false)
50+
setIsCapsLockOn(false)
5051
onBlur?.(event)
5152
}}
5253
onKeyDown={(event) => {

0 commit comments

Comments
 (0)