diff --git a/html5/verto/verto_communicator/src/storageService/services/storage.js b/html5/verto/verto_communicator/src/storageService/services/storage.js index 7120db18de..f0b8bb1b80 100644 --- a/html5/verto/verto_communicator/src/storageService/services/storage.js +++ b/html5/verto/verto_communicator/src/storageService/services/storage.js @@ -53,6 +53,8 @@ data.userStatus = 'disconnected'; }, factoryReset: function() { + localStorage.clear(); + // set defaultSettings again data.$reset(defaultSettings); }, };