From bf7255e70b02523cf89c9aabb3dc9d5f72f5f0e5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 19 Nov 2020 11:39:18 +0100 Subject: [PATCH] Fix typo in DevicesContainer see 1e08b49f1c61ecb81a15f1d163d7322043a0512e --- .../lib/system/user/multifactor/totp/DevicesContainer.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/user/multifactor/totp/DevicesContainer.class.php b/wcfsetup/install/files/lib/system/user/multifactor/totp/DevicesContainer.class.php index 117b0519df..7f809a4b26 100644 --- a/wcfsetup/install/files/lib/system/user/multifactor/totp/DevicesContainer.class.php +++ b/wcfsetup/install/files/lib/system/user/multifactor/totp/DevicesContainer.class.php @@ -25,7 +25,7 @@ class DevicesContainer extends FormContainer { /** * @inheritDoc */ - protected $templateName = '__multifacatorTotpDevicesContainer'; + protected $templateName = '__multifactorTotpDevicesContainer'; /** * @inheritDoc -- 2.20.1