From 0ed8a886ee7b06ca9d22dcdc28becef72c90cda9 Mon Sep 17 00:00:00 2001 From: elliotvirzi <88593218+elliotvirzi@users.noreply.github.com> Date: Sat, 7 Aug 2021 17:40:13 +0000 Subject: [PATCH] Display TOTP secret as text Enable use of TOTP devices without a camera --- initrd/bin/seal-totp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initrd/bin/seal-totp b/initrd/bin/seal-totp index f33449e5..22005c89 100755 --- a/initrd/bin/seal-totp +++ b/initrd/bin/seal-totp @@ -87,4 +87,4 @@ url="otpauth://totp/$HOST?secret=$secret" secret="" qrenc "$url" -#echo "$url" +echo "$url"