Resolve "Nothing happens on clicking on the room icon on the right top side when we again visit the IM without deleting the browser cookies"
This commit is contained in:
parent
f354e10aa7
commit
167ef171ca
5 changed files with 8 additions and 8 deletions
|
|
@ -196,10 +196,10 @@ export default {
|
|||
},
|
||||
rememberMe: {
|
||||
get: function () {
|
||||
return !this.$store.state.useLocalStorage;
|
||||
return this.$store.state.useLocalStorage;
|
||||
},
|
||||
set: function (rememberMe) {
|
||||
this.$store.commit("setUseLocalStorage", !rememberMe);
|
||||
this.$store.commit("setUseLocalStorage", rememberMe);
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue