2
0
mirror of synced 2025-01-23 20:59:10 +00:00

[flow] fix CredentialType provider/providerId

This commit is contained in:
Salakar 2017-09-24 13:29:28 +01:00
parent 3316a61bbb
commit 0f1801c825

View File

@ -10,7 +10,7 @@ declare type AuthResultType = {
} | null;
declare type CredentialType = {
provider: string,
providerId: string,
token: string,
secret: string
};