From 91299fd89b3df1f17d338f99889016c68c4cbff7 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Mon, 16 Dec 2024 16:47:06 -0500 Subject: [PATCH] seal-totp: contextualize qr code output for manual input of those without qr scanner app in mobile phone Signed-off-by: Thierry Laurion --- initrd/bin/seal-totp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/initrd/bin/seal-totp b/initrd/bin/seal-totp index 1fa24fbc..cc114705 100755 --- a/initrd/bin/seal-totp +++ b/initrd/bin/seal-totp @@ -59,4 +59,6 @@ secret="" DEBUG "TOTP secret output on screen (both URL and QR code)" qrenc "$url" + +echo "TOTP secret for manual input (if no mobile phone) is after the 'secret=' part of the URL:" echo "$url"