mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
gui-init: add a print clear after TOTP Qr code being confirmed to be scanned by user
This commit is contained in:
parent
3d5db5d9e2
commit
1dd8fb4cf1
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user