mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
cached sites for current tab page
This commit is contained in:
@@ -87,6 +87,7 @@ var Folder = function (obj, alreadyEncrypted) {
|
||||
return null;
|
||||
}).then(function (val) {
|
||||
model.uri = val;
|
||||
model.domain = tldjs.getDomain(val);
|
||||
if (self.username) {
|
||||
return self.username.decryptWithPromise();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user