bbovenzi commented on code in PR #46558:
URL: https://github.com/apache/airflow/pull/46558#discussion_r1946688855
##########
airflow/ui/src/layouts/BaseLayout.tsx:
##########
@@ -35,6 +38,19 @@ export const BaseLayout = ({ children }: PropsWithChildren)
=> {
document.title = instanceName;
}
+ const [searchParams, setSearchParams] = useSearchParams();
+ const paramToken = searchParams.get("token");
Review Comment:
Should we also use `TOKEN_STORAGE_KEY` here too if they're going to be the
same?
--
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]