Skip to content

Commit

Permalink
Change from email to claims.email
Browse files Browse the repository at this point in the history
  • Loading branch information
lisajian committed Dec 15, 2021
1 parent 85eef07 commit 1baf996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emulator/auth/widget_ui.ts
Expand Up @@ -234,7 +234,7 @@ document.getElementById('main-form').addEventListener('submit', function(e) {
if (screenName) claims.screenName = screenName;
if (photoUrl) claims.photoUrl = photoUrl;
finishWithUser(createFakeClaims(claims), email);
finishWithUser(createFakeClaims(claims), claims.email);
}
});
Expand Down

0 comments on commit 1baf996

Please sign in to comment.