Skip to content

Commit

Permalink
Pass through logger from config. (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
iangcarroll committed Apr 4, 2023
1 parent 94621e3 commit f689ccb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oauth2/state_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ func NewStateController(opts ...StateControllerConfigOpt) StateController {
return &stateControllerImpl{
states: states,
newStateFunc: config.NewStateFunc,
logger: config.Logger,
}
}

Expand Down

0 comments on commit f689ccb

Please sign in to comment.