From 70db1c48250bf3e9cd47cbf8a81bb33f59fa16e6 Mon Sep 17 00:00:00 2001 From: Kai Michaelis Date: Fri, 22 Feb 2019 22:21:50 +0100 Subject: [PATCH] shorted verify templates --- dist/templates/verify.html.hbs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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}}