Skip to content

Commit

Permalink
fix: error 403 of userimage in header
Browse files Browse the repository at this point in the history
  • Loading branch information
bart-haasbroek committed Dec 29, 2020
1 parent ff4a449 commit ce4a0ad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@
<b-dropdown right class="user__dropdown">
<template #button-content>
<div class="user__image flex-shrink-0 mr-1">
<img :src="user.picture" alt="user image" />
<img
:src="user.picture"
alt="user image"
referrerpolicy="no-referrer"
/>
</div>
</template>
<b-dropdown-item @click="logout()"> Logout </b-dropdown-item>
Expand Down

0 comments on commit ce4a0ad

Please sign in to comment.