We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f8f48e commit 5ac8e3bCopy full SHA for 5ac8e3b
packages-exp/auth-exp/src/core/user/user_impl.ts
@@ -321,4 +321,4 @@ export class UserImpl implements User {
321
322
export function userFromJSON(auth: externs.Auth, json: string): externs.User {
323
return UserImpl._fromJSON(_castAuth(auth), JSON.parse(json));
324
-}
+}
0 commit comments