mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-28 01:46:45 -05:00
fix(core): allow returning null in getUserInfo in provider options (#6528)
This commit is contained in:
committed by
github-actions[bot]
parent
7045648adc
commit
d495715eea
@@ -150,7 +150,7 @@ export type ProviderOptions<Profile extends Record<string, any> = any> = {
|
||||
[key: string]: any;
|
||||
};
|
||||
data: any;
|
||||
}>)
|
||||
} | null>)
|
||||
| undefined;
|
||||
/**
|
||||
* Custom function to refresh a token
|
||||
|
||||
Reference in New Issue
Block a user