Added basic authentication backend and frontend

This commit is contained in:
2024-06-04 19:55:49 +02:00
parent 38109d8108
commit fdf640ddab
10 changed files with 2987 additions and 170 deletions

View File

@@ -1871,39 +1871,27 @@ input.tab:checked + .tab-content,
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.static {
position: static;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
.mt-6 {
margin-top: 1.5rem;
}
.mt-20 {
margin-top: 5rem;
}
.min-h-screen {
min-height: 100vh;
}
.w-96 {
width: 24rem;
.mt-6 {
margin-top: 1.5rem;
}
.w-full {
width: 100%;
}
.max-w-md {
max-width: 28rem;
}
.max-w-xl {
max-width: 36rem;
}
.max-w-2xl {
max-width: 42rem;
}
@@ -1920,24 +1908,14 @@ input.tab:checked + .tab-content,
flex: none;
}
.bg-base-200 {
--tw-bg-opacity: 1;
background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
}
.bg-base-100 {
--tw-bg-opacity: 1;
background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.bg-base-300 {
.bg-base-200 {
--tw-bg-opacity: 1;
background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
}
.py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
}
.px-1 {
@@ -1945,8 +1923,9 @@ input.tab:checked + .tab-content,
padding-right: 0.25rem;
}
.pt-20 {
padding-top: 5rem;
.py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.pt-40 {