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