diff --git a/html5/verto/verto_communicator/src/storageService/services/splash_screen.js b/html5/verto/verto_communicator/src/storageService/services/splash_screen.js
index 4cb97e7fd1..da7a156f63 100644
--- a/html5/verto/verto_communicator/src/storageService/services/splash_screen.js
+++ b/html5/verto/verto_communicator/src/storageService/services/splash_screen.js
@@ -116,7 +116,8 @@
};
if(verto.data.connecting || verto.data.connected) {
- resolve(result);
+ resolve(result);
+ return;
};
var checkUserStored = function() {