Skip to content

Commit

Permalink
🥅 dont show encryption error
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildmodeOne committed Oct 18, 2024
1 parent cd0c7a0 commit 5aa440d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rogue-thi-app/lib/credential-storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export default class CredentialStorage {
} catch (error) {
if (error.name === 'InvalidAccessError') {
await this.delete(id)
return
}
throw error
}
Expand Down

0 comments on commit 5aa440d

Please sign in to comment.