application-services icon indicating copy to clipboard operation
application-services copied to clipboard

Make `logins::import_multiple` not return a string

Open bendk opened this issue 3 years ago • 0 comments

The current API has it returning a JSON-encoded string, but we never actually use it. We should try to change this code to not return anything. It seems that android-components and fenix don't actually look at the return and I don't think firefox-ios does either. I believe the only "consumer" of this value is our own wrapper code that used to use it to return metrics.

┆Issue is synchronized with this Jira Task

bendk avatar Sep 13 '22 23:09 bendk