purr

password generation and secret sharing
Log | Files | Refs | README | LICENSE

commit 7274560398c3512256e53daca1e57e67c177f308
parent f088ff3690c8959f2b69fa726c8fe88d2171589a
Author: James Eversole <james@eversole.co>
Date:   Sat,  2 Jul 2022 19:00:31 -0500

Updated hardcoded paths in view templates to be accurate for /pw endpoint

Diffstat:
Mviews/pw.hamlet | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/views/pw.hamlet b/views/pw.hamlet @@ -1,5 +1,5 @@ - <div #requestedPw> - $maybe pw <- password - <p>Here's the password for #{link}: #{pw} - $nothing - <p>No password available at https://purr.eversole.co/#{link} +<div #requestedPw> + $maybe pw <- password + <p>Here's the password for https://purr.eversole.co/pw/#{link}: #{pw} + $nothing + <p>No password available at https://purr.eversole.co/pw/#{link}