From 45c5afbf1e388509412c1df5108c6f178f5bbf15 Mon Sep 17 00:00:00 2001 From: James Muehlner Date: Fri, 19 Apr 2024 21:32:59 +0000 Subject: [PATCH] GUACAMOLE-1946: Disable autofill on TOTP verification code field. --- .../src/main/resources/templates/authenticationCodeField.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/guacamole-auth-totp/src/main/resources/templates/authenticationCodeField.html b/extensions/guacamole-auth-totp/src/main/resources/templates/authenticationCodeField.html index 7f2a3c4857..7d9fc7a745 100644 --- a/extensions/guacamole-auth-totp/src/main/resources/templates/authenticationCodeField.html +++ b/extensions/guacamole-auth-totp/src/main/resources/templates/authenticationCodeField.html @@ -42,7 +42,7 @@

+ ng-model="model" autocomplete="off" autocorrect="off" autocapitalize="off" autofocus>