Skip to content
Snippets Groups Projects
Commit 03e0c55f authored by mechtelm's avatar mechtelm
Browse files

[superadmin] superadmin credentials invalid message changed #136

parent 0952a5eb
No related branches found
No related tags found
No related merge requests found
......@@ -146,10 +146,10 @@ export class UsersComponent implements OnInit {
this.updateObjectList();
} else if (respCode === 403) {
this.mds.setSpinnerOff();
this.snackBar.open('Konnte Status nicht ändern (fehlende Berechtigung)', 'Fehler', {duration: 1000});
this.snackBar.open('Konnte Status nicht ändern (falsches Kennwort?)', 'Fehler', {duration: 5000});
} else {
this.mds.setSpinnerOff();
this.snackBar.open(`Konnte Status nicht ändern (Fehlercode ${respCode})`, 'Fehler', {duration: 1000});
this.snackBar.open(`Konnte Status nicht ändern (Fehlercode ${respCode})`, 'Fehler', {duration: 5000});
}
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment