mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 03:19:16 +02:00
Admin UI to list and manage remote and local accounts
This commit is contained in:
parent
b1194e50de
commit
e186c6bb06
18 changed files with 797 additions and 283 deletions
|
@ -247,7 +247,6 @@ export default {
|
|||
self.isLoading = false;
|
||||
}).catch(error => {
|
||||
if (error.response) {
|
||||
console.log(error.response)
|
||||
if (error.response.status === 404) {
|
||||
self.error = 'server_not_found'
|
||||
}
|
||||
|
@ -274,7 +273,6 @@ export default {
|
|||
self.isLoading = false;
|
||||
}).catch(error => {
|
||||
if (error.response) {
|
||||
console.log(error.response)
|
||||
if (error.response.status === 404) {
|
||||
self.error = 'server_not_found'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue