Split fido2 and fingerprint setups into setup and remove (#5670)

* Split fido2 and fingerprint setups into setup and remove

Don't make one thing do two things

* Extract helpers and clean up

* No need to hide them

* Don't need these
This commit is contained in:
David Heinemeier Hansson
2026-05-08 16:41:20 +02:00
committed by GitHub
parent 366b160960
commit 45db959daf
11 changed files with 288 additions and 297 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# omarchy:summary=Print a failure message in red
# omarchy:args=<message>
RED='\033[0;31m'
NC='\033[0m'
echo -e "${RED}$*${NC}"