mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-27 01:16:55 -05:00
chore(api-key): pass options to plugin config (#6843)
This commit is contained in:
@@ -335,6 +335,7 @@ export const apiKey = (options?: ApiKeyOptions | undefined) => {
|
||||
deleteAllExpiredApiKeys: routes.deleteAllExpiredApiKeys,
|
||||
},
|
||||
schema,
|
||||
options,
|
||||
} satisfies BetterAuthPlugin;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user