Closed HunnySajid closed 7 months ago
https://github.com/WebOfTrust/signify-browser-extension/issues/153
Signin structure in storage is updated. Instead of array of signin object, it is now an object of arrays of signin objects.
E.g:
{ "agent1-ID":[signin1Obj,signin2Obj, signin3Obj], "agent2-ID":[signin1Obj,signin2Obj] }
https://github.com/WebOfTrust/signify-browser-extension/issues/153
Signin structure in storage is updated. Instead of array of signin object, it is now an object of arrays of signin objects.
E.g: