diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-09-11 10:41:35 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-09-27 09:07:05 +0200 |
commit | 7882be160a858a2958abb7657c0db86d08ff3981 (patch) | |
tree | 50b9689cff8c96d1a591bfdaec5d7e91aa849f73 /apps/twofactor_backupcodes/templates | |
parent | 522d6804f71d18e3ac6c9a1b8a10056fbc21cd67 (diff) | |
download | nextcloud-server-7882be160a858a2958abb7657c0db86d08ff3981.tar.gz nextcloud-server-7882be160a858a2958abb7657c0db86d08ff3981.zip |
Migrate backup codes settings to Vue
Fixes https://github.com/nextcloud/server/issues/11034.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/twofactor_backupcodes/templates')
-rw-r--r-- | apps/twofactor_backupcodes/templates/personal.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/twofactor_backupcodes/templates/personal.php b/apps/twofactor_backupcodes/templates/personal.php index 3076e16a166..7f83c7a8719 100644 --- a/apps/twofactor_backupcodes/templates/personal.php +++ b/apps/twofactor_backupcodes/templates/personal.php @@ -1,7 +1,6 @@ <?php -script('twofactor_backupcodes', 'settingsview'); -script('twofactor_backupcodes', 'settings'); +script('twofactor_backupcodes', 'build/settings'); style('twofactor_backupcodes', 'style'); ?> |