pierrejeambrun commented on code in PR #44780:
URL: https://github.com/apache/airflow/pull/44780#discussion_r1883637533


##########
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:
   You can close and re-open yes, or just change the target branch of the PR 
and rebase your commits on top of main



-- 
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]

Reply via email to