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