Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
Fixed remove_from_keychain method caching the password
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Oct 9, 2015
1 parent 3b7988b commit 2cb1d04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/credentials_manager/account_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def ask_for_login

def remove_from_keychain
Security::InternetPassword.delete(server: server_name)
@password = nil
end

def server_name
Expand Down

0 comments on commit 2cb1d04

Please sign in to comment.