Remove FxA dialog on file too big error
This commit is contained in:
parent
d03e83dd66
commit
f58597cece
@ -101,9 +101,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),
|
||||
|
Loading…
Reference in New Issue
Block a user