diff --git a/lib/BootstrapRender.php b/lib/BootstrapRender.php
index 96270ae..100b4e5 100644
--- a/lib/BootstrapRender.php
+++ b/lib/BootstrapRender.php
@@ -127,62 +127,13 @@
{
?>
-
-
">
-
-
-
-
- <= $strTag; ?>
- class="btn btn-= $strClass; ?> = $strButtonClass; ?>"
- = $strType !== null? "type=\"{$strType}\"": ""; ?>
- = $strOnclick !== null? "onclick=\"{$strOnclick}\"": ""; ?>
- = $strHref !== null? "href=\"{$strHref}\"": ""; ?>>
-
-
-
-
-
- = $strLabel; ?>
- = $strTag; ?>>
-
-
-
-
-
"password",
]); ?>
-
Already have an account?
diff --git a/pages/user/signin.php b/pages/user/signin.php
index 2fad6a2..d91c14e 100644
--- a/pages/user/signin.php
+++ b/pages/user/signin.php
@@ -72,11 +72,20 @@
]); ?>
0,
- "buttons" => [
- ["icon" => "right-to-bracket", "label" => "Continue", "type" => "submit", "class" => "outline-primary"],
- ["icon" => "home", "label" => "Home", "href" => "/"]
- ]]); ?>
+ [
+ "tag" => "button",
+ "icon" => "right-to-bracket",
+ "label" => "Continue",
+ "type" => "submit",
+ "class" => "outline-primary"
+ ],
+ [
+ "icon" => "home",
+ "label" => "Home",
+ "href" => "/",
+ "class" => "outline-secondary"
+ ]
+ ]); ?>