1
0
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:
Kyle Spearrin
2016-09-15 21:22:47 -04:00
parent 6f142c3682
commit 072a9606e1
2 changed files with 12 additions and 51 deletions

View File

@@ -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();
}