add message for when user try to upload file with maliciose script

This commit is contained in:
Eudes Inácio
2024-03-11 10:24:24 +01:00
parent 8635ce2bae
commit 7e31bcf9d6
2 changed files with 14 additions and 1 deletions
+2
View File
@@ -232,6 +232,7 @@ export class AuthService {
window['e'] = e
console.error('BeforesendAtachment', e)
message.uploadingFile = false
this.httpErroHandle.httpStatusHandleUploadFile(e);
return false
}
@@ -252,6 +253,7 @@ export class AuthService {
window['e'] = e
console.error('BeforesendAtachment', e)
message.uploadingFile = false
this.httpErroHandle.httpStatusHandleUploadFile(e);
return false
}
}