pierrejeambrun commented on code in PR #44780:
URL: https://github.com/apache/airflow/pull/44780#discussion_r1882434118
##########
airflow/www/static/js/main.js:
##########
@@ -286,4 +286,8 @@ $(document).ready(() => {
// Global Tooltip selector
$(".js-tooltip").tooltip();
+
+ // Turn off autocomplete for login form
+ $("#username:input")[0].autocomplete="off";
Review Comment:
I thought about that, but I think it also prevent the browser from caching
and saving stuff locally, so I think we need to keep it. (doesn't hurt)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]