mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
erro on msg solved
This commit is contained in:
@@ -54,7 +54,7 @@ export class HttpErrorHandle {
|
||||
switch (error.status
|
||||
) {
|
||||
case 403:
|
||||
this.toastService._badRequest('O ficheiro que .')
|
||||
this.toastService._badRequest('O ficheiro que tentou enviar contém possível script malicioso')
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
@@ -67,7 +67,7 @@ export class HttpErrorHandle {
|
||||
case 0:
|
||||
const result = await this.backgroundService.offline()
|
||||
if (result) {
|
||||
this.toastService._badRequest('O ficheiro que tentou enviar contém possível script malicioso')
|
||||
this.toastService._badRequest('Sem acesso à internet. Por favor verifique sua conexão')
|
||||
} else {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user