mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-05 22:53:02 +00:00
Website on branch source
This commit is contained in:
parent
f9f71ed935
commit
00d20ea5bb
@ -48,7 +48,7 @@ func RegisterApp(ctx context.Context, appConfig *AppConfig) (*Application, error
|
|||||||
params.Set("redirect_uris", appConfig.RedirectURIs)
|
params.Set("redirect_uris", appConfig.RedirectURIs)
|
||||||
}
|
}
|
||||||
params.Set("scopes", appConfig.Scopes)
|
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)
|
u, err := url.Parse(appConfig.Server)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user