aboutsummaryrefslogtreecommitdiff
path: root/front-end/src/components/Login.vue
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-01-22 01:42:43 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2024-01-22 01:42:43 -0500
commit32553068b151712100826b6de6b0c68f7f46f9cc (patch)
treeb1e2c5203aaf2c7e8f4c44c6f4a9886c39756072 /front-end/src/components/Login.vue
parenta44f7b7dc089776a7817cf077b3f3ae3db7fc22e (diff)
remove unused code, fix ci license file issue
Diffstat (limited to 'front-end/src/components/Login.vue')
-rw-r--r--front-end/src/components/Login.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/front-end/src/components/Login.vue b/front-end/src/components/Login.vue
index 7de86cb..eeda1ba 100644
--- a/front-end/src/components/Login.vue
+++ b/front-end/src/components/Login.vue
@@ -102,7 +102,6 @@ const logout = () => {
}
}
-
button.btn{
@apply w-full focus:ring-4 focus:outline-none font-medium rounded text-sm px-5 py-2.5 text-center;
@apply text-white bg-blue-600 hover:bg-blue-700 focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800;