window.location routing fix

This commit is contained in:
Vivek Teega 2020-07-08 06:27:25 +05:30
parent 335affbcc9
commit 603988c9eb

View File

@ -9581,7 +9581,7 @@
<script id="onLoadStartUp">
function onLoadStartUp() {
window.location.href = `${window.location.origin}#signin`
window.location.href = `${window.location.origin}${window.location.pathname}#signin`
document.querySelector("#signin .close").style.display = 'none'
//floDapps.addStartUpFunction('Sample', Promised Function)