Skip to content

Commit

Permalink
update callback
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioLangaritaBenitez committed Oct 22, 2024
1 parent 2294170 commit 25f0210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/callback.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
localStorage.setItem("interLink_available",response.data.config?.interLink_available);
const authData= JSON.stringify({
"authenticated":true,
"user":users,
"user":users?.name,
"password": "tokens['access_token']",
"token": tokens['access_token'],
"endpoint": localStorage.getItem('api')})
Expand Down

0 comments on commit 25f0210

Please sign in to comment.