We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 139a9a7 commit 2fcd947Copy full SHA for 2fcd947
demo/public/app.js
@@ -130,7 +130,7 @@ var handleSignedInUser = function(user) {
130
document.getElementById('name').textContent = user.displayName;
131
document.getElementById('email').textContent = user.email;
132
document.getElementById('phone').textContent = user.phoneNumber;
133
- if (user.photoURL){
+ if (user.photoURL) {
134
var photoURL = user.photoURL;
135
// Append size to the photo URL for Google hosted images to avoid requesting
136
// the image with its original resolution (using more bandwidth than needed)
0 commit comments