gopidesupavan commented on code in PR #47432:
URL: https://github.com/apache/airflow/pull/47432#discussion_r1991622933


##########
providers/fab/src/airflow/providers/fab/www/templates/airflow/token_set.html:
##########
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="UTF-8">
+  <title>Redirecting...</title>
+  <script type="text/javascript">
+    document.addEventListener("DOMContentLoaded", function () {
+      localStorage.setItem("token", JSON.stringify("{{ token }}"));
+      window.location.href = "{{ redirect_url }}";
+    });

Review Comment:
   Yes i think not required loadin, BTW i removed now this completely as it not 
required using with cookies 



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