mirror of
https://github.com/linuxboot/heads.git
synced 2025-03-10 22:43:57 +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"
|
echo "Once you have scanned the QR code, hit Enter to continue"
|
||||||
read
|
read
|
||||||
fi
|
fi
|
||||||
|
# clear screen
|
||||||
|
printf "\033c"
|
||||||
}
|
}
|
||||||
|
|
||||||
update_totp()
|
update_totp()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user