diff --git a/src_assets/common/assets/web/welcome.html b/src_assets/common/assets/web/welcome.html
index 18c67b2ee79..f533519518c 100644
--- a/src_assets/common/assets/web/welcome.html
+++ b/src_assets/common/assets/web/welcome.html
@@ -11,7 +11,7 @@
-
+
{{ $t('welcome.greeting') }}
@@ -86,8 +86,8 @@
if (rj.status.toString() === "true") {
this.success = true;
setTimeout(() => {
- document.location.reload();
- }, 5000);
+ window.location.href = "/";
+ }, 2000);
} else {
this.error = rj.error;
}
@@ -101,4 +101,4 @@
});
initApp(app);
-
+
\ No newline at end of file