diff --git a/src/ui/UserPortal/components/NavBar.vue b/src/ui/UserPortal/components/NavBar.vue
index 2155edc50e..6e6efe8fa3 100644
--- a/src/ui/UserPortal/components/NavBar.vue
+++ b/src/ui/UserPortal/components/NavBar.vue
@@ -23,16 +23,6 @@
{{ currentSession.name }}
-
@@ -156,17 +146,6 @@ export default {
},
methods: {
- handleCopySession() {
- const chatLink = `${window.location.origin}?chat=${this.currentSession!.id}`;
- navigator.clipboard.writeText(chatLink);
-
- this.$toast.add({
- severity: 'success',
- detail: 'Chat link copied!',
- life: 5000,
- });
- },
-
handleAgentChange() {
this.$appStore.setSessionAgent(this.currentSession, this.agentSelection!.value);
const message = this.agentSelection!.value