You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

main-admin-security.js 237B

12345678910
  1. import Vue from 'vue'
  2. import AdminTwoFactor from './components/AdminTwoFactor.vue'
  3. __webpack_nonce__ = btoa(OC.requestToken)
  4. Vue.prototype.t = t;
  5. const View = Vue.extend(AdminTwoFactor)
  6. new View().$mount('#two-factor-auth-settings')