Commit 9e1d93fad0ee08fd6de5c7cd65306a57580e85f3

Authored by Digvijay Singh
1 parent 838025940b
Exists in master

object assign issue

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/components/LandingPage.vue
... ... @@ -124,7 +124,7 @@ export default {
124 124 };
125 125 },
126 126 mounted() {
127   - this.$auth.logout();
  127 + // this.$auth.logout();
128 128 localStorage.removeItem("spotlight_usertoken");
129 129 localStorage.removeItem("spotlight_email");
130 130 },
... ...