Loading
Merge #5222
5222: Fix sample-sync-logins to work with new dataprotect requirement. r=Amejia481 a=rfk The global sync manager now requires that you provide a secure keystore object in order to sync the logins store. This updates the sync-logins sample to do so, so that it can sync logins successfully. (The sync-logins sample still doesn't actually *work* after this change, but I believe the remaining issues are due to a bug in appservices, ref https://github.com/mozilla/application-services/issues/2312 ). Co-authored-by:Ryan Kelly <rfkelly@mozilla.com>