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