mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-19 11:33:01 -06:00
bit more progress
This commit is contained in:
parent
40917c2cd9
commit
8e0d32d3e1
9 changed files with 241 additions and 80 deletions
|
|
@ -67,7 +67,7 @@ var Start cliactions.GTSAction = func(ctx context.Context, _ *config.Config, log
|
|||
return fmt.Errorf("error starting processor: %s", err)
|
||||
}
|
||||
|
||||
idp, err := oidc.NewIDP(c)
|
||||
idp, err := oidc.NewIDP(c, log)
|
||||
if err != nil {
|
||||
return fmt.Errorf("error creating oidc idp: %s", err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue