diff --git a/www/plugins/es/js/entities/invitation.js b/www/plugins/es/js/entities/invitation.js
index 9cad93a0e1479b4b423c8663a972ea7c7e00005e..906de99f09f943bbb95ea2049d57d4ab9f1ec8d9 100644
--- a/www/plugins/es/js/entities/invitation.js
+++ b/www/plugins/es/js/entities/invitation.js
@@ -33,10 +33,6 @@ function Invitation(json) {
       return;
     }
 
-    that.message = 'INVITATION.ERROR.BAD_INVITATION_FORMAT';
-    that.pubkey = json.issuer;
-    return;
-
     var identity = {
       uid: json.content.substr(0, separatorIndex),
       pubkey: json.content.substr(separatorIndex+1)