Merge pull request #1183 from tlaurion/QrCode_named_after_boardname

gui-init: Have TPMTOTP QrCode named under TOTP app with $BOARD_NAME
This commit is contained in:
tlaurion 2022-06-23 14:20:11 -04:00 committed by GitHub
commit 7c69167e2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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