Skip to content
This repository was archived by the owner on Aug 14, 2018. It is now read-only.

Commit 201b4fd

Browse files
Lowercasing email
1 parent dfd5243 commit 201b4fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/experts-signin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
id: profile.getEmail(),
103103
name: profile.getName(),
104104
image: profile.getImageUrl(),
105-
email: profile.getEmail(),
105+
email: profile.getEmail().toLowerCase(),
106106
token: authResponse.access_token || authResponse.id_token
107107
};
108108
// this._isAuthorized = true;

0 commit comments

Comments
 (0)