replacing site-local error display by global error display
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
yikes();
|
||||
router.navigate('/user');
|
||||
} else {
|
||||
error(await resp.text());
|
||||
error(resp);
|
||||
caption = t('failed');
|
||||
sent = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user