#!/usr/bin/env bash # The same authenticator, with the UV flag clear, against both settings. source "$(dirname "${BASH_SOURCE[0]}")/lib.sh" { header "userVerification PREFERRED - the default" start_app "" > /dev/null ceremony no-uv stop_app header "userVerification REQUIRED - the uvrequired profile" start_app uvrequired > /dev/null ceremony no-uv stop_app } 2>&1 | tee "$OUTPUT_DIR/pk-user-verification.txt"