From 3270e84fedae459c5697ac045cab1942688d4f4d Mon Sep 17 00:00:00 2001 From: James W Thorne Date: Thu, 12 Jan 2017 19:37:51 -0600 Subject: [PATCH] Move brief documentation to textarea --- snappass/templates/set_password.html | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/snappass/templates/set_password.html b/snappass/templates/set_password.html index f3145fb..31bead9 100644 --- a/snappass/templates/set_password.html +++ b/snappass/templates/set_password.html @@ -9,7 +9,7 @@
- +
@@ -26,15 +26,6 @@ - -

Using SnapPass

-

SnapPass allows you to share secrets in a secure, ephemeral way.

- -
    -
  1. Input a secret, its expiration time, and click Generate URL
  2. -
  3. Share the one-time use URL with your intended recipient
  4. -
- {% endblock %}