mirror of
https://github.com/Dan6erbond/sk-auth.git
synced 2024-11-20 19:07:20 +01:00
🏷️ Add error type to CallbackResult
This commit is contained in:
parent
a748c345cb
commit
c10199ab40
@ -1,2 +1,2 @@
|
||||
export type Profile = any;
|
||||
export type CallbackResult = [Profile, string | null];
|
||||
export type CallbackResult = [Profile, string | null, { error: string } | null];
|
||||
|
Loading…
Reference in New Issue
Block a user