Skip to content

Commit 031801c

Browse files
committed
PR feedback
1 parent 2a6231f commit 031801c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export class UserImpl implements User {
6666
email: string | null;
6767
phoneNumber: string | null;
6868
photoURL: string | null;
69-
isAnonymous: boolean = false;
69+
isAnonymous = false;
7070

7171
constructor({ uid, auth, stsTokenManager, ...opt }: UserParameters) {
7272
this.uid = uid;

0 commit comments

Comments
 (0)