diff --git a/public/parts/renew.php b/public/parts/renew.php index 10006a9..5ada2f2 100644 --- a/public/parts/renew.php +++ b/public/parts/renew.php @@ -48,7 +48,12 @@
- +
+ + + +
+
diff --git a/public/parts/verify.php b/public/parts/verify.php index 95b34b2..0e65a6b 100644 --- a/public/parts/verify.php +++ b/public/parts/verify.php @@ -22,7 +22,6 @@ if (!empty($_POST['email'])) { // TODO: send email echo $code; - } else if (!empty($_POST['code'])) { if (empty($_SESSION['code'])) { header("Location: ./?page=renew&msg=sessionexpired"); @@ -67,7 +66,14 @@ if (!empty($_POST['email'])) {
- +
+ + + + + +
+