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

This commit is contained in:
James Eversole 2022-07-02 19:00:31 -05:00
parent f088ff3690
commit 7274560398

View File

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