Skip to content

Commit

Permalink
fix err
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlikelee committed Nov 22, 2024
1 parent 63a9fac commit bdedaf9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions orbit/pkg/luks/luks_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ func (lr *LuksRunner) getEscrowKey(ctx context.Context, devicePath string) ([]by
Title: infoTitle,
Text: "Key escrow in progress...",
})
if err != nil {
log.Error().Err(err).Msg("failed to show progress dialog")
}

escrowPassphrase, err := generateRandomPassphrase()
if err != nil {
Expand Down

0 comments on commit bdedaf9

Please sign in to comment.