From: Alexander Ebert Date: Tue, 25 Apr 2023 16:05:09 +0000 (+0200) Subject: Allow for custom workflows that do not rely on passwords X-Git-Tag: 6.0.0_Alpha_1~205 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=dc696e50c37de053a1dd6072d12d212f0bb92a18;p=GitHub%2FWoltLab%2FWCF.git Allow for custom workflows that do not rely on passwords --- diff --git a/wcfsetup/install/files/acp/templates/reauthentication.tpl b/wcfsetup/install/files/acp/templates/reauthentication.tpl index 370df80d0c..6e4e76c8bd 100644 --- a/wcfsetup/install/files/acp/templates/reauthentication.tpl +++ b/wcfsetup/install/files/acp/templates/reauthentication.tpl @@ -21,7 +21,7 @@ title: '{lang}wcf.user.reauthentication{/lang}', onShow() { setTimeout(() => { - document.getElementById("password").focus(); + document.getElementById("password")?.focus(); }, 2); } });