From 687ab69ccdb3fb236afea85ed3bc8c57e0d58fbe Mon Sep 17 00:00:00 2001 From: Igor Finagin Date: Mon, 25 Aug 2025 13:41:10 +0400 Subject: [PATCH] AutoFill OTP https://developer.apple.com/documentation/security/enabling-password-autofill-on-an-html-input-element --- web/html/login.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/html/login.html b/web/html/login.html index 69a8400f..b6dfc299 100644 --- a/web/html/login.html +++ b/web/html/login.html @@ -512,7 +512,7 @@ - @@ -615,4 +615,4 @@ } }); -{{ template "page/body_end" .}} \ No newline at end of file +{{ template "page/body_end" .}}