mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-24 16:49:26 +01:00
trimleft on first lastpass chunk
This commit is contained in:
parent
a9a7b0b317
commit
8ec07266b9
@ -309,6 +309,9 @@
|
||||
complete: function (results) {
|
||||
parseCsvErrors(results);
|
||||
parseData(results.data);
|
||||
},
|
||||
beforeFirstChunk: function (chunk) {
|
||||
return chunk.replace(/^\s+/, '');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user