We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826a3c4 commit e2a0f9aCopy full SHA for e2a0f9a
packages/auth/src/core/user/user_impl.ts
@@ -347,7 +347,7 @@ export class UserImpl implements UserInternal {
347
const coreAccount = response.users[0];
348
_assert(coreAccount.localId !== undefined, AuthErrorCode.INTERNAL_ERROR);
349
350
- var providerData: UserInfo[] = [];
+ const providerData: UserInfo[] = [];
351
if (coreAccount.providerUserInfo !== undefined) {
352
providerData = extractProviderData(coreAccount.providerUserInfo);
353
}
0 commit comments