allow user to choose whether to send base credentials at approval screen

This commit is contained in:
2024-01-10 16:31:16 -08:00
parent dd40eb379e
commit 46b8d810c5
10 changed files with 32 additions and 17 deletions

View File

@ -5,3 +5,8 @@
.btn-alert-error {
@apply bg-transparent hover:bg-[#cd5a5a] border border-error-content text-error-content
}
/* I like alert icons to be top-aligned */
.alert > :where(*) {
align-items: flex-start;
}