Skip to content

Commit a58843b

Browse files
committed
Commenting change
1 parent 29eaa8a commit a58843b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/src/core/auth/auth_impl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ export class AuthImpl implements AuthInternal, _FirebaseService {
491491
}
492492

493493
// Clear Firebase token for Regional Auth Instance when signOut is called
494-
// await this._updateFirebaseToken(null);
494+
await this._updateFirebaseToken(null);
495495
// Prevent callbacks from being called again in _updateCurrentUser, as
496496
// they were already called in the first line.
497497
return this._updateCurrentUser(null, /* skipBeforeStateCallbacks */ true);

0 commit comments

Comments
 (0)