From afa5970080cfc19a3ab9b8651658ea3d0ecac384 Mon Sep 17 00:00:00 2001 From: miguel456 Date: Sun, 4 Sep 2022 17:55:01 +0100 Subject: [PATCH] feat: add 2fa & pw component classes --- app/View/Components/ConfirmPassword.php | 14 ++++++++++++++ app/View/Components/ConfirmSecondFactor.php | 14 ++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 app/View/Components/ConfirmPassword.php create mode 100644 app/View/Components/ConfirmSecondFactor.php diff --git a/app/View/Components/ConfirmPassword.php b/app/View/Components/ConfirmPassword.php new file mode 100644 index 0000000..d44fa2a --- /dev/null +++ b/app/View/Components/ConfirmPassword.php @@ -0,0 +1,14 @@ +