We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322320f commit b86c40dCopy full SHA for b86c40d
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