Revert "Add initial authentication system"

This reverts commit 1871ea9eb7.
This commit is contained in:
KevinNThomas
2021-07-17 17:31:35 -07:00
parent ca4c7804e0
commit 10b636adfa
34 changed files with 1 additions and 18053 deletions

View File

@@ -1,18 +0,0 @@
// The Vue build version to load with the `import` command
// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
import Vue from 'vue'
import App from './App'
import router from './router'
import Axios from 'axios'
Vue.prototype.$http = Axios;
Vue.config.productionTip = false
/* eslint-disable no-new */
new Vue({
el: '#app',
router,
components: { App },
template: '<App/>'
})