mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-12 12:18:18 +00:00
FS-8251 #resolve [verto_communicator] factory reset now clear all local storage
This commit is contained in:
parent
158bcb841b
commit
fb4933879c
@ -53,6 +53,8 @@
|
||||
data.userStatus = 'disconnected';
|
||||
},
|
||||
factoryReset: function() {
|
||||
localStorage.clear();
|
||||
// set defaultSettings again
|
||||
data.$reset(defaultSettings);
|
||||
},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user