mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
trimleft on first lastpass chunk
This commit is contained in:
@@ -309,6 +309,9 @@
|
||||
complete: function (results) {
|
||||
parseCsvErrors(results);
|
||||
parseData(results.data);
|
||||
},
|
||||
beforeFirstChunk: function (chunk) {
|
||||
return chunk.replace(/^\s+/, '');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user