seal-totp: contextualize qr code output for manual input of those without qr scanner app in mobile phone

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
Thierry Laurion 2024-12-16 16:47:06 -05:00
parent ef4cdfa77e
commit 91299fd89b
No known key found for this signature in database
GPG Key ID: 9A53E1BB3FF00461

View File

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