Skip to content

Commit

Permalink
Fix unimplemented method
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarsPakers committed Apr 29, 2024
1 parent c8b8f10 commit 139ad5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions selfservice/strategy/oidc/provider_eparaksts.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ func (g *ProviderEParaksts) oauth2(ctx context.Context) (*oauth2.Config, error)
return c, nil
}

func (g *ProviderEParaksts) AuthCodeURLOptions(r ider) []oauth2.AuthCodeOption {
return []oauth2.AuthCodeOption{}

Check warning on line 87 in selfservice/strategy/oidc/provider_eparaksts.go

View check run for this annotation

Codecov / codecov/patch

selfservice/strategy/oidc/provider_eparaksts.go#L86-L87

Added lines #L86 - L87 were not covered by tests
}

func (g *ProviderEParaksts) OAuth2(ctx context.Context) (*oauth2.Config, error) {
return g.oauth2(ctx)
}
Expand Down

0 comments on commit 139ad5e

Please sign in to comment.