bugraoz93 commented on code in PR #47043:
URL: https://github.com/apache/airflow/pull/47043#discussion_r1970635047
##########
providers/fab/src/airflow/providers/fab/auth_manager/api_endpoints/login.py:
##########
@@ -0,0 +1,56 @@
+# Licensed to the Apache Software Foundation (ASF) under one
Review Comment:
I moved to api_fastapi, so when we remove the old structure, we can easily
move or keep it there. It is now more decoupled.
##########
providers/fab/src/airflow/providers/fab/auth_manager/security_manager/override.py:
##########
@@ -589,6 +598,7 @@ def reset_user_sessions(self, user: User) -> None:
"warning",
)
+ # Check
Review Comment:
Removed
--
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]