Skip to content

Commit

Permalink
Merge pull request #1378 from kaytu-io/fix-dex-auth
Browse files Browse the repository at this point in the history
fix: pass db to authService
  • Loading branch information
artaasadi authored Jul 29, 2024
2 parents 757493a + cff35ca commit 4c778a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/auth/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func start(ctx context.Context) error {
}

auth0Service := auth0.New(auth0ManageDomain, auth0ClientID, auth0ManageClientID, auth0ManageClientSecret,
auth0Connection, int(inviteTTL))
auth0Connection, int(inviteTTL), adb)

authServer := &Server{
host: kaytuHost,
Expand Down

0 comments on commit 4c778a8

Please sign in to comment.