Skip to content

Commit

Permalink
#73 Removed Junk from login screen
Browse files Browse the repository at this point in the history
  • Loading branch information
TareqK committed Sep 26, 2020
1 parent eec05ba commit f4528fc
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions core/src/main/resources/vue/views/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,5 @@
<script>
Vue.component("login", {
template: "#login",
data: () => ({
stuff: null,
})
});
</script>
<style>
.login {
color: goldenrod;
}
</style>
</script>

0 comments on commit f4528fc

Please sign in to comment.