yandex auth improvement

This commit is contained in:
Ivan
2024-02-02 14:48:17 +03:00
parent 6175c86816
commit 5a92e505b4
2 changed files with 10 additions and 10 deletions

View File

@@ -22,11 +22,11 @@
<body>
<script>
window.onload = function() {
window.YaSendSuggestToken("{{SITE_DOMAIN}}", {
"kek": true,
});
};
// window.onload = function() {
// window.YaSendSuggestToken("{{SITE_DOMAIN}}", {
// "kek": true,
// });
// };
function getCookie(name) {
var cookies = document.cookie.split(";");