Skip to content

Commit 57f42bf

Browse files
committed
Fix password update checkbox input
1 parent dbdbe53 commit 57f42bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/login/pages/LoginUpdatePassword.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default function LoginUpdatePassword(props: PageProps<Extract<KcContext,
5252
/>
5353
<div id="kc-form-options">
5454
{isAppInitiatedAction && (
55-
<Input id="logout-sessions" name="logout-sessions" value="on" checked label={msgStr("logoutOtherSessions")} />
55+
<Input type="checkbox" id="logout-sessions" name="logout-sessions" value="on" defaultChecked label={msgStr("logoutOtherSessions")} />
5656
)}
5757
</div>
5858
<div id="kc-form-buttons">

0 commit comments

Comments
 (0)