Fix typo in DevicesContainer
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 19 Nov 2020 10:39:18 +0000 (11:39 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 19 Nov 2020 10:39:31 +0000 (11:39 +0100)
see 1e08b49f1c61ecb81a15f1d163d7322043a0512e

wcfsetup/install/files/lib/system/user/multifactor/totp/DevicesContainer.class.php

index 117b0519dfebd6d87d020a64c3c737c67f79b8bf..7f809a4b26c9a928ea3939974dd74f47f9686788 100644 (file)
@@ -25,7 +25,7 @@ class DevicesContainer extends FormContainer {
        /**
         * @inheritDoc
         */
-       protected $templateName = '__multifacatorTotpDevicesContainer';
+       protected $templateName = '__multifactorTotpDevicesContainer';
        
        /**
         * @inheritDoc