use relative oauth2 path redirect to support subpath proxy deployments
This commit is contained in:
parent
0478f84867
commit
a5b3cc0f34
|
@ -668,5 +668,5 @@ func (api *recordAuthApi) oauth2SubscriptionRedirect(c echo.Context) error {
|
|||
|
||||
client.Channel() <- msg
|
||||
|
||||
return c.Redirect(http.StatusTemporaryRedirect, "/_/#/auth/oauth2-redirect")
|
||||
return c.Redirect(http.StatusTemporaryRedirect, "../_/#/auth/oauth2-redirect")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue