Client - fix picture refresh after update
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user