From e7517a8b61a89be800240da4b857c5b2ded90977 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 24 May 2022 22:32:33 +0200 Subject: [PATCH] Simplify OAuth2 authorize callback URL (#12765) --- src/panels/my/ha-panel-my.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/my/ha-panel-my.ts b/src/panels/my/ha-panel-my.ts index fd5fa4f260..a7ef299ba5 100644 --- a/src/panels/my/ha-panel-my.ts +++ b/src/panels/my/ha-panel-my.ts @@ -123,7 +123,7 @@ export const getMyRedirects = (hasSupervisor: boolean): Redirects => ({ component: "lovelace", redirect: "/config/lovelace/resources", }, - oauth2_authorize_callback: { + oauth: { redirect: "/auth/external/callback", navigate_outside_spa: true, params: {