diff --git a/ci4/app/Views/themes/backend/vuexy/form/login/authentication.php b/ci4/app/Views/themes/backend/vuexy/form/login/authentication.php deleted file mode 100755 index 51c92042..00000000 --- a/ci4/app/Views/themes/backend/vuexy/form/login/authentication.php +++ /dev/null @@ -1,76 +0,0 @@ -
-
-
-
-
-
-
-
-

-
" id="sendForm" method="post"> - -
- -
-
- - - - - - -
-
-
- -
- -
-
-
-
-
-
-
-
-
- - \ No newline at end of file diff --git a/ci4/app/Views/themes/backend/vuexy/form/login/forgot_password.php b/ci4/app/Views/themes/backend/vuexy/form/login/forgot_password.php deleted file mode 100755 index 070551b2..00000000 --- a/ci4/app/Views/themes/backend/vuexy/form/login/forgot_password.php +++ /dev/null @@ -1,79 +0,0 @@ - - -
-
- -
-
- auth-forgot-password-cover - - auth-forgot-password-cover -
-
- - - -
-
- - - -

🔒

-

Enter your email and we'll send you instructions to reset your password

- -
" method="post"> - -
- - " - autofocus - /> -
- - -
-
-
- - -
-
-
- - - -
- -
-
- -
-
- - \ No newline at end of file diff --git a/ci4/app/Views/themes/backend/vuexy/form/login/index.php b/ci4/app/Views/themes/backend/vuexy/form/login/index.php deleted file mode 100755 index b9f0c32a..00000000 --- a/ci4/app/Views/themes/backend/vuexy/form/login/index.php +++ /dev/null @@ -1,112 +0,0 @@ - - -
-
- -
-
- auth-login-cover - - auth-login-cover -
-
- - - -
-
- - - -

👋

- -
- -
- - " - autofocus - /> -
-
-
- - - - - - -
-
- " - aria-describedby="password" - onclick="pass()" - /> - -
-
- -
-
- - -
-
- - - - -
-
-
- - -
-
-
- - -
- - -

- - - - -

- - -
-
- -
-
- - \ No newline at end of file diff --git a/ci4/app/Views/themes/backend/vuexy/form/login/password_recovery.php b/ci4/app/Views/themes/backend/vuexy/form/login/password_recovery.php deleted file mode 100755 index 3fc8ac62..00000000 --- a/ci4/app/Views/themes/backend/vuexy/form/login/password_recovery.php +++ /dev/null @@ -1,86 +0,0 @@ - - -
-
- -
-
- auth-reset-password-cover - - auth-reset-password-cover -
-
- - - -
-
- - - - -

🔒

-

for

- -
" method="post"> - - - -
- -
- " - aria-describedby="password" - onclick="pass()" - /> - -
-
-
- -
- - -
-
- - -
-
-
- -
-
- - \ No newline at end of file diff --git a/ci4/app/Views/themes/backend/vuexy/form/login/signup.php b/ci4/app/Views/themes/backend/vuexy/form/login/signup.php deleted file mode 100755 index 4de9f9da..00000000 --- a/ci4/app/Views/themes/backend/vuexy/form/login/signup.php +++ /dev/null @@ -1,124 +0,0 @@ - - -
-
- -
-
- auth-register-cover - - auth-register-cover -
-
- - - -
-
- - - -

🚀

-

Make your app management easy and fun!

- - -
" method="POST"> - -
- - - autofocus - /> -
-
- - - autofocus - /> -
-
- - " /> -
-
- -
- " - aria-describedby="password" - onclick="pass()" - /> - -
-
- - -
-
- /> - -
-
- - -
- -

- "> - - -

- -
-
- -
-
- - - - diff --git a/ci4/app/Views/themes/backend/vuexy/login/footer.php b/ci4/app/Views/themes/backend/vuexy/login/footer.php deleted file mode 100755 index bd6e08c4..00000000 --- a/ci4/app/Views/themes/backend/vuexy/login/footer.php +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/ci4/app/Views/themes/backend/vuexy/login/header.php b/ci4/app/Views/themes/backend/vuexy/login/header.php deleted file mode 100755 index 7b8eb5f5..00000000 --- a/ci4/app/Views/themes/backend/vuexy/login/header.php +++ /dev/null @@ -1,103 +0,0 @@ -get('token') ?? ''; -$tfa = $session->get('tfa') ?? false; -$settings = $session->get('settings'); -if (!empty($token) && $tfa == false) { - echo ""; -} -?> - - - - - - - - - - <?= $settings['title'] ?? '' ?><?= empty($title ?? '') ? '' : ' - ' . $title ?> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "; - } else { - echo ""; - } - ?> - - \ No newline at end of file