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


##########
providers/fab/src/airflow/providers/fab/auth_manager/fab_auth_manager.py:
##########
@@ -408,7 +408,7 @@ def security_manager(self) -> 
FabAirflowSecurityManagerOverride:
 
     def get_url_login(self, **kwargs) -> str:
         """Return the login page url."""
-        return f"{self.apiserver_endpoint}/auth/login"
+        return f"{self.apiserver_endpoint}/auth/login/"

Review Comment:
   This is outside the scope of this PR but introduced an extra redirection. 
This will directly land on the trailing slash url that is the correct one.



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