mirror of
https://github.com/Dan6erbond/sk-auth.git
synced 2024-11-20 19:07:20 +01:00
Merge pull request #62 from Dan6erbond:issues/45
[FEATURE] Add Support to Specify Protocol in Auth Config
This commit is contained in:
commit
099dfd294f
@ -1,2 +1,2 @@
|
|||||||
export type Profile = any;
|
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