diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-10-03 17:08:39 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-10-12 13:21:50 +0200 |
commit | c2e882134526816e224bb408e42f4953f385c917 (patch) | |
tree | 1c28c5e3bdd08dafa3369225365a1fee7dcda88b /apps/oauth2/src/main.js | |
parent | 7f8ff16c76ae31b0bcb2f62cc58ed89e7f2fbb22 (diff) | |
download | nextcloud-server-c2e882134526816e224bb408e42f4953f385c917.tar.gz nextcloud-server-c2e882134526816e224bb408e42f4953f385c917.zip |
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.js | 2 |
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 |