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,33 +0,0 @@
<template>
<div class="hello">
<h1>Welcome to administrator page</h1>
<h2>{{ msg }}</h2>
</div>
</template>
<script>
export default {
data() {
return {
msg: "The superheros",
};
},
};
</script>
<style scoped>
h1,
h2 {
font-weight: normal;
}
ul {
list-style-type: none;
padding: 0;
}
li {
display: inline-block;
margin: 0 10px;
}
a {
color: #42b983;
}
</style>