anjo0511 commented on code in PR #58037:
URL: https://github.com/apache/airflow/pull/58037#discussion_r2549897211
##########
airflow-core/src/airflow/ui/public/i18n/locales/en/common.json:
##########
@@ -91,7 +91,8 @@
"defaultMessage": "An unexpected error occurred",
"home": "Home",
"notFound": "Page Not Found",
- "title": "Error"
+ "title": "Error",
+ "authenticating": "Authenticating..."
Review Comment:
Then issue itself is not that the auth is not accepted but rather that the
auth flow is delay or unsynced so that it displays an ugly ui bug whilst the
auth flow is finishing. Hence I think "Authenticating..." is more accurate.
--
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]