mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-01-26 17:22:29 +00:00
feat: implement basic oidc functionality
This commit is contained in:
@@ -176,7 +176,7 @@ func (app *BootstrapApp) Setup() error {
|
||||
app.context.configuredProviders = configuredProviders
|
||||
|
||||
// Setup router
|
||||
router, err := app.setupRouter()
|
||||
router, err := app.setupRouter(queries)
|
||||
|
||||
if err != nil {
|
||||
return fmt.Errorf("failed to setup routes: %w", err)
|
||||
|
||||
Reference in New Issue
Block a user