mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Get the base email update working through the API.
Still going to need to determine the best course of action to update the token on the client side.
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
})
|
||||
.catch(error => {
|
||||
if (!error.response) {
|
||||
return console.error(error);
|
||||
this.error(error.message);
|
||||
}
|
||||
|
||||
const response = error.response;
|
||||
|
||||
Reference in New Issue
Block a user