Skip to content

Commit

Permalink
Fixed the photoURL issue for twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Feb 17, 2018
1 parent 29d0ceb commit 1dbcdb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/_partials/TopNavbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</a>
<div class="navbar-dropdown is-boxed">
<a class="navbar-item" href="/">
<img :src="user.photoURL" alt="Profile" v-if="user.photoURL"> &nbsp; {{ user.displayName }}
<img :src="user.providerData[0].photoURL" :alt="user.displayName" v-if="user.providerData[0].photoURL"> &nbsp; {{ user.displayName }}
</a>
</div>
</div>
Expand Down

0 comments on commit 1dbcdb7

Please sign in to comment.