1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00: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; site.notes = text;
} }
else if (type === 'website') { else if (type === 'website') {
site.uri = text; site.uri = trimUri(text);
} }
} }
} }