Skip to content

Commit

Permalink
fix: key manager
Browse files Browse the repository at this point in the history
  • Loading branch information
hstyi committed Jan 23, 2025
1 parent f5783c8 commit e2d77fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/app/termora/keymgr/KeyManager.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class KeyManager private constructor() {
if (keyPair == OhKeyPair.empty) {
return
}
keyPairs.remove(keyPair)
keyPairs.add(keyPair)
database.addKeyPair(keyPair)
}
Expand Down

0 comments on commit e2d77fe

Please sign in to comment.