mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
Simplify OAuth2 authorize callback URL (#12765)
This commit is contained in:
parent
e3d394eb32
commit
e7517a8b61
@ -123,7 +123,7 @@ export const getMyRedirects = (hasSupervisor: boolean): Redirects => ({
|
|||||||
component: "lovelace",
|
component: "lovelace",
|
||||||
redirect: "/config/lovelace/resources",
|
redirect: "/config/lovelace/resources",
|
||||||
},
|
},
|
||||||
oauth2_authorize_callback: {
|
oauth: {
|
||||||
redirect: "/auth/external/callback",
|
redirect: "/auth/external/callback",
|
||||||
navigate_outside_spa: true,
|
navigate_outside_spa: true,
|
||||||
params: {
|
params: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user