mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 00:34:28 +08:00
do not process error when already processed
This commit is contained in:
@@ -143,7 +143,7 @@ export default {
|
||||
|
||||
if (error.response && error.response.data && error.response.data.errorMessage) {
|
||||
self.$alert({ error: error.response.data });
|
||||
} else {
|
||||
} else if (!error.processed) {
|
||||
self.$alert('Unable to sign up');
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user