Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-10-03 18:08:39 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-10-12 14:21:50 +0300
commitc2e882134526816e224bb408e42f4953f385c917 (patch)
tree1c28c5e3bdd08dafa3369225365a1fee7dcda88b /apps/oauth2/src/main.js
parent7f8ff16c76ae31b0bcb2f62cc58ed89e7f2fbb22 (diff)
Use the external initial state implementation
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/oauth2/src/main.js')
-rw-r--r--apps/oauth2/src/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/oauth2/src/main.js b/apps/oauth2/src/main.js
index 45b9d642767..61aea381151 100644
--- a/apps/oauth2/src/main.js
+++ b/apps/oauth2/src/main.js
@@ -22,7 +22,7 @@
import Vue from 'vue'
import App from './App.vue'
-import { loadState } from 'nextcloud-initial-state'
+import { loadState } from '@nextcloud/initial-state'
Vue.prototype.t = t
Vue.prototype.OC = OC