mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-31 19:36:46 -05:00
fix(oidc-provider): missing options
This commit is contained in:
@@ -1482,6 +1482,9 @@ export const oidcProvider = (options: OIDCOptions) => {
|
||||
),
|
||||
},
|
||||
schema: mergeSchema(schema, options?.schema),
|
||||
get options() {
|
||||
return opts;
|
||||
},
|
||||
} satisfies BetterAuthPlugin;
|
||||
};
|
||||
export type * from "./types";
|
||||
|
||||
Reference in New Issue
Block a user