mirror of
https://github.com/nishiki/manage-password.git
synced 2025-02-20 01:50:04 +00:00
fix add_key
This commit is contained in:
parent
89abfac512
commit
da81f34e07
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ class MPW
|
|||
end
|
||||
|
||||
@keys[key] = data
|
||||
@password.each_keys { |id| set_password(id, get_password(id)) }
|
||||
@passwords.each_keys { |id| set_password(id, get_password(id)) }
|
||||
@otp_keys.each_keys { |id| set_otp_key(id, get_otp_key(id)) }
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue