Merge branch 'master' into develop

This commit is contained in:
Gani Georgiev
2023-04-25 19:18:42 +03:00
3 changed files with 58 additions and 58 deletions
+1 -1
View File
@@ -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")
}