Minor fixes

This commit is contained in:
Mohamed El-Kalioby
2022-10-16 20:53:32 +03:00
parent 52e307ef0e
commit 0ab710e503
2 changed files with 10 additions and 4 deletions

View File

@@ -64,8 +64,11 @@
ua=new UAParser().getResult()
if (ua.browser.name == "Safari" || ua.browser.name == "Mobile Safari" || ua.os.name == "iOS" || ua.os.name == "iPadOS")
$("#res").html("<button class='btn btn-success' onclick='authen()'>Authenticate...</button>")
else
authen()
else {
{% if delay != True and not conditionalUI%}
authen()
{% endif %}
}
}
});