mirror of
https://github.com/nextcloud/server.git
synced 2026-02-10 14:25:20 -05:00
10 lines
237 B
JavaScript
10 lines
237 B
JavaScript
import Vue from 'vue'
|
|
|
|
import AdminTwoFactor from './components/AdminTwoFactor.vue'
|
|
|
|
__webpack_nonce__ = btoa(OC.requestToken)
|
|
|
|
Vue.prototype.t = t;
|
|
|
|
const View = Vue.extend(AdminTwoFactor)
|
|
new View().$mount('#two-factor-auth-settings')
|