Skip to content

Commit

Permalink
change to callback
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioLangaritaBenitez committed Oct 18, 2024
1 parent bc41dec commit d7f69ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/callback.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
localStorage.setItem("yunikorn_enable",response.data.config?.yunikorn_enable);
localStorage.setItem("gpu_available",response.data.config?.gpu_available);
localStorage.setItem("interLink_available",response.data.config?.interLink_available);
user: { 'access_token': tokens['access_token'], info:users }
const authData={
"authenticated":true,
"user":{ 'access_token': tokens['access_token'], info:users } ,
Expand Down

0 comments on commit d7f69ae

Please sign in to comment.