diff --git a/src/route/rest.js b/src/route/rest.js index 477ff5f..db14192 100644 --- a/src/route/rest.js +++ b/src/route/rest.js @@ -61,7 +61,7 @@ class REST { yield this._publicKey.verify(q); // create link for sharing let link = util.url(util.origin(ctx), '/user/' + q.keyId.toUpperCase()); - ctx.body = `

Key successfully verified!

Link to share your key: ${link}

`; + ctx.body = `

Email address successfully verified!

Link to share your key: ${link}

`; ctx.set('Content-Type', 'text/html; charset=utf-8'); }