mirror of
https://github.com/linuxboot/heads.git
synced 2025-06-24 02:04:08 +00:00
gui-init: add a print clear after TOTP Qr code being confirmed to be scanned by user
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user