From 71e0ddcb65092d84511476c83a344137b782872e Mon Sep 17 00:00:00 2001 From: kenjis Date: Wed, 11 Oct 2023 08:54:42 +0900 Subject: [PATCH] fix: replace `/>` with `>` for input tags --- src/Views/email_2fa_show.php | 2 +- src/Views/email_2fa_verify.php | 2 +- src/Views/email_activate_show.php | 2 +- src/Views/login.php | 4 ++-- src/Views/magic_link_form.php | 2 +- src/Views/register.php | 8 ++++---- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Views/email_2fa_show.php b/src/Views/email_2fa_show.php index 46cf68cf4..b030cfde8 100644 --- a/src/Views/email_2fa_show.php +++ b/src/Views/email_2fa_show.php @@ -23,7 +23,7 @@ - value="email) ?>" required /> + value="email) ?>" required>
diff --git a/src/Views/email_2fa_verify.php b/src/Views/email_2fa_verify.php index 722977b8c..dbaac3067 100644 --- a/src/Views/email_2fa_verify.php +++ b/src/Views/email_2fa_verify.php @@ -21,7 +21,7 @@
+ inputmode="numeric" pattern="[0-9]*" autocomplete="one-time-code" required>
diff --git a/src/Views/email_activate_show.php b/src/Views/email_activate_show.php index 066bd0b1c..6b41d4626 100644 --- a/src/Views/email_activate_show.php +++ b/src/Views/email_activate_show.php @@ -21,7 +21,7 @@
+ pattern="[0-9]*" autocomplete="one-time-code" value="" required>
diff --git a/src/Views/login.php b/src/Views/login.php index 71b4501d0..838734b44 100644 --- a/src/Views/login.php +++ b/src/Views/login.php @@ -33,13 +33,13 @@
- +
- +
diff --git a/src/Views/magic_link_form.php b/src/Views/magic_link_form.php index ed820717e..6bef87a16 100644 --- a/src/Views/magic_link_form.php +++ b/src/Views/magic_link_form.php @@ -30,7 +30,7 @@
+ value="user()->email ?? null) ?>" required>
diff --git a/src/Views/register.php b/src/Views/register.php index 7adba1aa3..57726e8e8 100644 --- a/src/Views/register.php +++ b/src/Views/register.php @@ -29,25 +29,25 @@
- +
- +
- +
- +