From 7cd061ec41e5bdfc833d2e12146754580dbfa416 Mon Sep 17 00:00:00 2001 From: Julio Date: Tue, 27 Jun 2023 15:14:13 +1000 Subject: [PATCH] updated tideauth endpoint to tide/auth --- heimdall.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heimdall.js b/heimdall.js index fb455f2..7579ac6 100644 --- a/heimdall.js +++ b/heimdall.js @@ -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; }