Skip to content

Commit bd6e331

Browse files
committed
update comment
1 parent 8cba330 commit bd6e331

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
@@ -266,7 +266,7 @@ 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.
269+
// Signs out the user i.e. sets the firebaseToken to null.
270270
await this.signOut();
271271
if (firebaseAccessToken && this.tokenRefreshHandler) {
272272
try {

0 commit comments

Comments
 (0)