2022-07-03 21:48:40 -05:00
|
|
|
<div #requestedPw .requestedPw>
|
2022-07-02 19:00:31 -05:00
|
|
|
$maybe pw <- password
|
2022-12-26 21:49:21 -06:00
|
|
|
<p .resLink>secret found at <a href="/pw/#{link}">/pw/#{link}</a>:
|
2022-07-29 17:40:45 -05:00
|
|
|
<h3 .pwResult>#{pw}
|
2022-12-27 14:11:41 -06:00
|
|
|
<button #secretButton .mainButton onclick="copySecret('#{pw}')">copy secret</button>
|
|
|
|
<button #linkButton .mainButton onclick="copyLink('#{link}')">copy link</button>
|
2022-07-02 19:00:31 -05:00
|
|
|
$nothing
|
2022-12-27 12:25:14 -06:00
|
|
|
<p .resLink>no secret found at
|
|
|
|
<br /><a href="/pw/#{link}">/pw/#{link}</a>
|