diff --git a/dist/templates/verify.html.hbs b/dist/templates/verify.html.hbs index 8208252..21bdb92 100644 --- a/dist/templates/verify.html.hbs +++ b/dist/templates/verify.html.hbs @@ -1,10 +1,9 @@ {{#> layout}}
{{#if verified }} -

Email verified. You've verified {{ userid }} successfully. Everybody who knows your email address is now able to find your key. You can delete your key any time you want.

+ Key for {{ userid }} published. {{else}} -

Email verification failed. We don't recognize the token you provided. It's either wrong or expired. - Upload your key again to get another verification token sent to you.

+ Verification failed! You can try again. {{/if}}
{{/layout}}