You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
@bbondy reported an issue regarding LastPass where the image is broken and description is showing as __MSG__:
Issue happens because once enabled for the first time, extension data is got from the manifest, and if you disable chrome-extension URL is no longer valid, and data is lost.
To fix that we should fallback to local data always when the extension is disabled.
The text was updated successfully, but these errors were encountered:
Test plan
#8721 (comment)
@bbondy reported an issue regarding LastPass where the image is broken and description is showing as
__MSG__
:Issue happens because once enabled for the first time, extension data is got from the manifest, and if you disable chrome-extension URL is no longer valid, and data is lost.
To fix that we should fallback to local data always when the extension is disabled.
The text was updated successfully, but these errors were encountered: