From 476fe39f50a61a85317ffbbeb2fb96ee07832a8d Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 18 Dec 2025 10:59:46 +0000 Subject: define OtpDialog --- website/src/components/OtpDialog.astro | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 website/src/components/OtpDialog.astro (limited to 'website/src/components/OtpDialog.astro') diff --git a/website/src/components/OtpDialog.astro b/website/src/components/OtpDialog.astro new file mode 100644 index 0000000..1fd5fe9 --- /dev/null +++ b/website/src/components/OtpDialog.astro @@ -0,0 +1,31 @@ +--- +--- + + + + + + +
+

+ I've sent a six-digit code to your email address. + Let me know what it is, so I can confirm this really is your email address. The + code will be valid for five minutes. +

+ +
+ + + + + + +
+ + + +
+
+
-- cgit v1.2.3