Website on branch source

This commit is contained in:
localhost_frssoft 2022-10-16 17:25:19 +03:00
parent f9f71ed935
commit 00d20ea5bb
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ func RegisterApp(ctx context.Context, appConfig *AppConfig) (*Application, error
params.Set("redirect_uris", appConfig.RedirectURIs)
}
params.Set("scopes", appConfig.Scopes)
params.Set("website", appConfig.Website)
params.Set("website", "https://gitea.phreedom.club/localhost_frssoft/bloat/src/branch/localhost_custom")
u, err := url.Parse(appConfig.Server)
if err != nil {