fix(core): allow returning null in getUserInfo in provider options (#6528)

This commit is contained in:
Josef Zoller
2025-12-04 19:33:06 +01:00
committed by github-actions[bot]
parent 7045648adc
commit d495715eea

View File

@@ -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