Skip to content

Commit

Permalink
updated tideauth endpoint to tide/auth
Browse files Browse the repository at this point in the history
  • Loading branch information
sundayScoop committed Jun 27, 2023
1 parent d6841de commit 7cd061e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heimdall.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export function AddTideButton(config){
}

// redirect to vendor Auth Url with jwt
window.location.replace(window.location.origin + `/tideauth?auth_token=${info}`); // redirect user to this vendor's authentication endpoint with auth token
window.location.replace(window.location.origin + `/tide/auth?auth_token=${info}`); // redirect user to this vendor's authentication endpoint with auth token
}, false);
return button;
}

0 comments on commit 7cd061e

Please sign in to comment.