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