Linux disk encryption key escrow: Improve confirmation modal (#47097)
- @noahtalerman: For the following quick win: - #46528 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Bug Fixes** * Clarified the success message shown after disk encryption key escrow: instructs users to close the window, go to the "My Device" page, and use "Refetch" to clear the yellow notification banner. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Co-authored-by: Noah Talerman <noahtal@umich.edu>
This commit is contained in:
co-authored by
Noah Talerman
Noah Talerman
parent
8e4805b215
commit
eacca4e906
@@ -42,7 +42,7 @@ const (
|
||||
|
||||
infoTitle = "Disk encryption"
|
||||
infoFailedText = "Failed to escrow key. Please try again later."
|
||||
infoSuccessText = "Disk encryption key created! Now, return to your browser window and follow the instructions to verify."
|
||||
infoSuccessText = "Disk encryption key escrowed to Fleet. Close this window, navigate to your Fleet My Device page, and select Refetch to clear the yellow banner."
|
||||
timeoutMessage = "Please visit Fleet Desktop > My device and click Create key"
|
||||
maxKeySlots = 8
|
||||
userKeySlot = 0 // Key slot 0 is assumed to be the location of the user's passphrase
|
||||
|
||||
Reference in New Issue
Block a user