|
|
|
|
@ -3,12 +3,12 @@
|
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
import { getRequestToken } from '@nextcloud/auth'
|
|
|
|
|
import { PiniaVuePlugin, createPinia } from 'pinia'
|
|
|
|
|
import VTooltipPlugin from 'v-tooltip'
|
|
|
|
|
import Vue from 'vue'
|
|
|
|
|
import VTooltip from 'v-tooltip'
|
|
|
|
|
|
|
|
|
|
import AuthTokenSection from './components/AuthTokenSection.vue'
|
|
|
|
|
import { getRequestToken } from '@nextcloud/auth'
|
|
|
|
|
import { PiniaVuePlugin, createPinia } from 'pinia'
|
|
|
|
|
|
|
|
|
|
import '@nextcloud/password-confirmation/dist/style.css'
|
|
|
|
|
|
|
|
|
|
@ -18,7 +18,7 @@ __webpack_nonce__ = btoa(getRequestToken())
|
|
|
|
|
const pinia = createPinia()
|
|
|
|
|
|
|
|
|
|
Vue.use(PiniaVuePlugin)
|
|
|
|
|
Vue.use(VTooltip, { defaultHtml: false })
|
|
|
|
|
Vue.use(VTooltipPlugin, { defaultHtml: false })
|
|
|
|
|
Vue.prototype.t = t
|
|
|
|
|
|
|
|
|
|
const View = Vue.extend(AuthTokenSection)
|
|
|
|
|
|