Main auth and account flows now tested and working
This commit is contained in:
@@ -45,8 +45,8 @@
|
||||
<div class="dropdown dropdown-end">
|
||||
<label tabindex="0" class="btn btn-ghost btn-circle avatar">
|
||||
<div class="w-10 rounded-full">
|
||||
|
||||
<img :src="user.user_metadata.avatar_url" />
|
||||
<img v-if="user.user_metadata.avatar_url" :src="user.user_metadata.avatar_url" />
|
||||
<img v-else src="~/assets/images/avatar.svg"/>
|
||||
</div>
|
||||
</label>
|
||||
<ul tabindex="0" class="mt-3 p-2 shadow menu menu-compact dropdown-content bg-base-100 rounded-box w-52">
|
||||
|
||||
Reference in New Issue
Block a user