Skip to content

Commit e2a0f9a

Browse files
committed
const providerData
1 parent 826a3c4 commit e2a0f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/src/core/user/user_impl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ export class UserImpl implements UserInternal {
347347
const coreAccount = response.users[0];
348348
_assert(coreAccount.localId !== undefined, AuthErrorCode.INTERNAL_ERROR);
349349

350-
var providerData: UserInfo[] = [];
350+
const providerData: UserInfo[] = [];
351351
if (coreAccount.providerUserInfo !== undefined) {
352352
providerData = extractProviderData(coreAccount.providerUserInfo);
353353
}

0 commit comments

Comments
 (0)