Первая версия мобильного приложения

This commit is contained in:
mi
2026-08-21 17:37:12 +03:00
parent d2415fcfeb
commit c1e49fb15d
60 changed files with 14106 additions and 6 deletions
@@ -61,12 +61,18 @@
</button>
</div>
<button id="han-otp-submit" class="han-primary-button" type="submit" disabled>
<div id="han-otp-submit-error" class="han-error han-otp-error" role="alert" hidden>
<span class="han-error-icon">!</span>
<span>${msg("otpSubmitUnavailable")}</span>
</div>
<button id="han-otp-submit" class="han-primary-button" type="submit"
data-submitting-label="${msg("otpVerifying")}" disabled>
${msg("verifyOtp")}
</button>
</form>
</div>
<script src="${url.resourcesPath}/js/han-login.js?v=5"></script>
<script src="${url.resourcesPath}/js/han-login.js?v=7"></script>
<#if captchaEnabled!false>
<script src="https://smartcaptcha.cloud.yandex.ru/captcha.js?render=onload&amp;onload=hanCaptchaOnload"
async defer></script>