Added missing new line after quick-unlock help message

Former-commit-id: a973b2dcdb3d93ec4a27ae77b09adb125a25a610
Former-commit-id: a3f54bcc22400e3da16ccc3bd8446cd860f6308f
This commit is contained in:
2023-06-15 13:34:06 -04:00
parent 8e72ae1660
commit 183582efbb
+1 -1
View File
@@ -415,7 +415,7 @@ def global_menu(_device_type, _top_message):
_term_message = ('\nquick-unlock has been enabled client-side - in order for this feature to '
'function,\nyou must first log in to the sshyp server and run:\n\nsshyp tweak\n\n'
'from there you can create a quick-unlock pin and add this device to the '
'whitelist')
'whitelist\n')
elif _choice == 7:
_success = refresh_encryption()
if _success == 1: