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:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user