Fix link copy toast messages, remove custom toast in favor of authStore, remove a component that was no longer used.

This commit is contained in:
Leo Vasanko
2025-12-10 17:18:48 +00:00
parent b9b6c9356f
commit 8310d9f0b5
5 changed files with 6 additions and 108 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ const backButtonRef = ref(null)
const hasActiveModal = computed(() => props.showRegModal)
function onLinkCopied() {
authStore.showMessage('Link copied to clipboard!')
authStore.showMessage(`📋 Link copied! Send it to ${props.selectedUser.display_name}.`)
}
function handleEditName() {