From 994f1f8d3d00669cb7f564d81e0913f5d32551f1 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sat, 9 Nov 2024 19:50:29 +0100 Subject: [PATCH] #714 #713 --- src/login/pages/LoginRecoveryAuthnCodeConfig.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/login/pages/LoginRecoveryAuthnCodeConfig.tsx b/src/login/pages/LoginRecoveryAuthnCodeConfig.tsx index d56f934f..f10a711d 100644 --- a/src/login/pages/LoginRecoveryAuthnCodeConfig.tsx +++ b/src/login/pages/LoginRecoveryAuthnCodeConfig.tsx @@ -70,9 +70,9 @@ export default function LoginRecoveryAuthnCodeConfig(props: PageProps { + //@ts-expect-error: This is inherited from the original code + document.getElementById("saveRecoveryAuthnCodesBtn").disabled = !event.target.checked; }} />