mirror of
https://github.com/token2/fido2-manage.git
synced 2026-04-09 02:35:39 +00:00
Add option to set minimum PIN in fido2-manage.sh
This commit is contained in:
@@ -42,6 +42,7 @@ while [[ "$#" -gt 0 ]]; do
|
||||
-changePIN) changePIN=true ;;
|
||||
-setPIN) setPIN=true ;;
|
||||
-reset) reset=true ;;
|
||||
-setMinimumPIN) setMinimumPIN="$2"; shift ;;
|
||||
-uvs) uvs=true ;;
|
||||
-uvd) uvd=true ;;
|
||||
-help) help=true ;;
|
||||
|
||||
Reference in New Issue
Block a user