mirror of
https://github.com/nishiki/manage-password.git
synced 2025-02-21 10:20:05 +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
|
end
|
||||||
|
|
||||||
@keys[key] = data
|
@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)) }
|
@otp_keys.each_keys { |id| set_otp_key(id, get_otp_key(id)) }
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue