From 1864a7b410a4841e1181c8cd15073a923da42496 Mon Sep 17 00:00:00 2001 From: sbenmoussati <51402489+sbenmoussati@users.noreply.github.com> Date: Wed, 28 Jun 2023 13:19:01 +0200 Subject: [PATCH] SDA-4211 Migrating device login from client-bff to startpage --- src/app/main-api-handler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/main-api-handler.ts b/src/app/main-api-handler.ts index 746542f03..48c4be125 100644 --- a/src/app/main-api-handler.ts +++ b/src/app/main-api-handler.ts @@ -70,7 +70,7 @@ const broadcastMessage = (method, data) => { }; const getBrowserLoginUrl = (pod: string) => - `${pod}/login/sso/initsso?RelayState=${pod}/client-bff/device-login/index.html?callbackScheme=symphony&action=login`; + `${pod}/login/sso/initsso?RelayState=${pod}/apps/login?callbackScheme=symphony&action=login`; const AUTH_STATUS_PATH = '/login/checkauth?type=user'; interface IProxyDetails { username: string;