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