diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-10-04 12:17:09 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2019-10-05 19:06:00 +0200 |
commit | 81613d22469bc20faad4ec342832f53f541cb469 (patch) | |
tree | e9856161a4daa6bbecd843666a50399b5f568e88 /apps/settings/src/store | |
parent | 8c023eeabdb3874470e5db1a756ed1b62ea3ecf9 (diff) | |
download | nextcloud-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/settings/src/store')
-rw-r--r-- | apps/settings/src/store/api.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/src/store/api.js b/apps/settings/src/store/api.js index 98959de7bf5..313ef7d0d23 100644 --- a/apps/settings/src/store/api.js +++ b/apps/settings/src/store/api.js @@ -20,7 +20,7 @@ * */ -import axios from 'nextcloud-axios' +import axios from '@nextcloud/axios' import confirmPassword from 'nextcloud-password-confirmation' const sanitize = function(url) { |