mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-20 17:22:53 +00:00
gui-init: Have TPMTOTP QrCode named under TOTP app with $BOARD_NAME
This commit is contained in:
parent
8760551e70
commit
cc28121beb
@ -142,7 +142,7 @@ prompt_update_checksums()
|
||||
generate_totp_htop()
|
||||
{
|
||||
echo "Scan the QR code to add the new TOTP secret"
|
||||
/bin/seal-totp
|
||||
/bin/seal-totp "$BOARD_NAME"
|
||||
if [ -x /bin/hotp_verification ]; then
|
||||
echo "Once you have scanned the QR code, hit Enter to configure your HOTP USB Security Dongle (e.g. Librem Key or Nitrokey)"
|
||||
read
|
||||
|
Loading…
x
Reference in New Issue
Block a user