TimvanSteenbergen / onepasswordforeverysite

Safe and easy access to websites
https://www.opfes.com
0 stars 2 forks source link

Update LocalData after password-change #58

Open TimvanSteenbergen opened 7 years ago

TimvanSteenbergen commented 7 years ago

Problem: When the password needs to get changed, on PopupForm/NewAndVerifyPassword.ts:36 the new password gets generated using the (SequenceNr +1) as new SequenceNr. This new SequenceNr needs to get copied to both the window.localData as to the chrome.storage.local

Solution:

Workaround: