diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-18 19:21:59 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-18 19:21:59 +0100 |
| commit | ca8e6824eaa711105f4092365792720c9dde026b (patch) | |
| tree | 2b6493941352d11b799ee63d3f1311c13de649b8 /website/src/components/OtpDialog.astro | |
| parent | a0f25057283a397f006127b6f582d190d2c4294e (diff) | |
remove Astro website
Diffstat (limited to 'website/src/components/OtpDialog.astro')
| -rw-r--r-- | website/src/components/OtpDialog.astro | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/website/src/components/OtpDialog.astro b/website/src/components/OtpDialog.astro deleted file mode 100644 index 1fd5fe9..0000000 --- a/website/src/components/OtpDialog.astro +++ /dev/null @@ -1,31 +0,0 @@ ---- ---- - -<script src="../scripts/otp-form-wc.ts"></script> -<link rel="stylesheet" href="/css/otp.css" /> - -<dialog class="otp-dialog"> - <otp-form> - <form class="otp-form" class="otp-form"> - <p> - I've sent a six-digit code to <span class="otp-recipient">your email address</span>. - Let me know what it is, so I can confirm this really is your email address. The - code will be valid <span class="otp-valid-until">for five minutes</span>. - </p> - - <p hidden class="error"/> - - <div class="otp-inputs"> - <input maxlength="1" name="1" required autocapitalize="characters" autocomplete="one-time-code" aria-label="First digit of one-time passcode" autofocus> - <input maxlength="1" name="2" required autocapitalize="characters" autocomplete="one-time-code" aria-label="Second digit of one-time passcode"> - <input maxlength="1" name="3" required autocapitalize="characters" autocomplete="one-time-code" aria-label="Third digit of one-time passcode"> - <input maxlength="1" name="4" required autocapitalize="characters" autocomplete="one-time-code" aria-label="Fourth digit of one-time passcode"> - <input maxlength="1" name="5" required autocapitalize="characters" autocomplete="one-time-code" aria-label="Fifth digit of one-time passcode"> - <input maxlength="1" name="6" required autocapitalize="characters" autocomplete="one-time-code" aria-label="Sixth digit of one-time passcode"> - </div> - - <input type="submit" value="Verify"> - <button disabled class="resend-button">Resend (60s)</button> - </form> - </otp-form> -</dialog> |
