Skip to content

Commit

Permalink
fix: pass db to authService
Browse files Browse the repository at this point in the history
  • Loading branch information
artaasadi committed Jul 29, 2024
1 parent a357fab commit cff35ca
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 cff35ca

Please sign in to comment.