gui-init: add a print clear after TOTP Qr code being confirmed to be scanned by user

This commit is contained in:
Thierry Laurion 2023-01-13 11:25:27 -05:00
parent 3d5db5d9e2
commit 1dd8fb4cf1
No known key found for this signature in database
GPG Key ID: E7B4A71658E36A93

View File

@ -157,6 +157,8 @@ generate_totp_htop()
echo "Once you have scanned the QR code, hit Enter to continue"
read
fi
# clear screen
printf "\033c"
}
update_totp()