Update header.php

This commit is contained in:
tripathyr 2021-11-22 11:21:25 +05:30 committed by GitHub
parent b59534b9fa
commit fead14f30c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,8 +144,7 @@ function ajax_authentication(floID,floPubKey,message,signDataWithFlo) {
document.getElementById("loginMessage").style.color = "#383838";
document.getElementById("loginMessage").innerHTML = "Successful Login. Reloading Page";
var delayInMilliseconds = 500;
setTimeout(function() {window.location.reload();}, delayInMilliseconds);
setTimeout(function() {window.location.reload();}, delayInMilliseconds);
} else {