From d10c312e62e0abf6da64e21a55c51151e23d9929 Mon Sep 17 00:00:00 2001 From: Igor Finagin Date: Mon, 25 Aug 2025 15:42:02 +0400 Subject: [PATCH] AutoFill OTP (#3381) 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" .}}