[flow] fix CredentialType provider/providerId

This commit is contained in:
Salakar 2017-09-24 13:29:28 +01:00
parent 3316a61bbb
commit 0f1801c825
1 changed files with 1 additions and 1 deletions

View File

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