Commit 269b2ef6442fb440c1c7fad2425db2a5328fa11c

Authored by Neeraj Sharma
1 parent 6566e8f291

modified and fix design or functionality in LogIn Page

Showing 1 changed file with 0 additions and 3 deletions   Show diff stats
src/pages/Authentication/Login.vue
... ... @@ -118,9 +118,6 @@ export default {
118 118 this.$store.dispatch("setToken", response.data.data.token);
119 119 this.$store.dispatch("Id", response.data.data.id);
120 120 this.loading = true;
121   - if ((this.snackbar = true)) {
122   - this.text = "Successfully Login";
123   - }
124 121 setTimeout(() => {
125 122 this.$router.push("/teachers");
126 123 }, 2000);
... ...