Skip to content

Commit eb6b4b9

Browse files
[Devansh/Madhu/Naveen] #183157 Fix getEmail
1 parent fa0f8bd commit eb6b4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/googleAuth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ const GoogleAuth = function () {
135135
}
136136

137137
self.getEmail = () => {
138-
return self.profile.email
138+
return self.userEmail
139139
}
140140

141141
return self

0 commit comments

Comments
 (0)