diff --git a/www/templates/join/modal_join_member.html b/www/templates/join/modal_join_member.html
index b2ad690fe6d24f02d9174b42b997e6b548a172b3..6cf58cd9126e6b55a42bf327f99e1d54c11ce892 100644
--- a/www/templates/join/modal_join_member.html
+++ b/www/templates/join/modal_join_member.html
@@ -343,7 +343,8 @@
<ion-item class="item item-text-wrap item-border">
<span class="input-label" translate>COMMON.PUBKEY</span>
- <span class="gray text-no-wrap" copy-on-click="{{formData.pubkey}}">
+ <!-- do NOT add copy-on-click attribute here - see issue #470-->
+ <span class="gray text-no-wrap">
{{formData.pubkey}}
</span>
</ion-item>