Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Balaam <[email protected]>
  • Loading branch information
dbkr and andybalaam authored Jan 15, 2025
1 parent 3649b07 commit 5bf0d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DeviceListener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ export default class DeviceListener {
} else {
// some other condition... yikes! Show the 'set up encryption' toast: this is what we previously did
// in 'other' situations. Possibly we should consider prompting for a full reset in this case?
logger.warn("Couldn't match encryption state to a know case: showing 'setup encryption' prompt", {
logger.warn("Couldn't match encryption state to a known case: showing 'setup encryption' prompt", {
crossSigningReady,
secretStorageReady,
allCrossSigningSecretsCached,
Expand Down

0 comments on commit 5bf0d2d

Please sign in to comment.