Skip to content

Commit f4f9896

Browse files
committed
minor
1 parent 5c14777 commit f4f9896

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,6 @@ export class AuthImpl implements AuthInternal, _FirebaseService {
266266
return firebaseAccessToken.token;
267267
}
268268

269-
// Resets the Firebase Access Token to null i.e. logs out the user.
270-
await this._updateFirebaseToken(null);
271269
if (firebaseAccessToken && this.tokenRefreshHandler) {
272270
try {
273271
// Awaits for the callback method to execute. The callback method

0 commit comments

Comments
 (0)