1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-03-11 13:30:39 +01:00

trim url for safeincloud xml import

This commit is contained in:
Kyle Spearrin 2016-10-14 23:55:02 -04:00
parent 71ca4eb84a
commit 3c03ed8636

View File

@ -275,7 +275,7 @@
site.notes = text;
}
else if (type === 'website') {
site.uri = text;
site.uri = trimUri(text);
}
}
}