summaryrefslogtreecommitdiffstats
path: root/apps/twofactor_backupcodes/src
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-10-04 12:17:09 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-10-05 19:06:00 +0200
commit81613d22469bc20faad4ec342832f53f541cb469 (patch)
treee9856161a4daa6bbecd843666a50399b5f568e88 /apps/twofactor_backupcodes/src
parent8c023eeabdb3874470e5db1a756ed1b62ea3ecf9 (diff)
downloadnextcloud-server-81613d22469bc20faad4ec342832f53f541cb469.tar.gz
nextcloud-server-81613d22469bc20faad4ec342832f53f541cb469.zip
Switch to @nextcloud/axios for the CSRF update fix
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'apps/twofactor_backupcodes/src')
-rw-r--r--apps/twofactor_backupcodes/src/service/BackupCodesService.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/twofactor_backupcodes/src/service/BackupCodesService.js b/apps/twofactor_backupcodes/src/service/BackupCodesService.js
index 0657fd8ca1a..b79fc35923c 100644
--- a/apps/twofactor_backupcodes/src/service/BackupCodesService.js
+++ b/apps/twofactor_backupcodes/src/service/BackupCodesService.js
@@ -1,4 +1,4 @@
-import Axios from 'nextcloud-axios'
+import Axios from '@nextcloud/axios'
export function generateCodes() {
const url = OC.generateUrl('/apps/twofactor_backupcodes/settings/create')