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 c78b56e commit 36fb149
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/callback.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
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);
localStorage.setItem("authData",response.data);
var url_redirect = window.location.origin + "/#/ui/services"
window.location.href = url_redirect
}).catch(function (error) {
Expand Down

0 comments on commit 36fb149

Please sign in to comment.