[flow] fix CredentialType provider/providerId
This commit is contained in:
parent
3316a61bbb
commit
0f1801c825
|
@ -10,7 +10,7 @@ declare type AuthResultType = {
|
|||
} | null;
|
||||
|
||||
declare type CredentialType = {
|
||||
provider: string,
|
||||
providerId: string,
|
||||
token: string,
|
||||
secret: string
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue