24
1
Fork 0

Merge branch 'remove-fxa-dialog-on-big-file' into 'master'

Remove FxA dialog on file too big error

See merge request timvisee/send!12
This commit is contained in:
Tim Visée 2021-03-15 20:15:27 +00:00
commit 3e07f648b3
1 changed files with 0 additions and 3 deletions

View File

@ -91,9 +91,6 @@ export default function(state, emitter) {
state.LIMITS.MAX_FILES_PER_ARCHIVE
);
} catch (e) {
if (e.message === 'fileTooBig' && maxSize < state.LIMITS.MAX_FILE_SIZE) {
return emitter.emit('signup-cta', 'size');
}
state.modal = okDialog(
state.translate(e.message, {
size: bytes(maxSize),