Client - fix picture refresh after update
This commit is contained in:
parent
b1160f73ba
commit
db2390828f
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
const authUserPictureUrl = computed(() =>
|
const authUserPictureUrl = computed(() =>
|
||||||
props.user.picture
|
props.user.picture
|
||||||
? `${getApiUrl()}users/${props.user.username}/picture`
|
? `${getApiUrl()}users/${props.user.username}/picture?${Date.now()}`
|
||||||
: ''
|
: ''
|
||||||
)
|
)
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user