Implemented arl login, settings loading and fixed toast display

This commit is contained in:
RemixDev
2021-05-06 08:56:03 +02:00
parent 9dbe0a5cb7
commit 0b1c5a8718
8 changed files with 4965 additions and 8899 deletions

View File

@@ -959,7 +959,7 @@ export default {
let newArl = this.$refs.loginInput.value.trim()
if (newArl && newArl !== this.arl) {
const res = await fetchData('login', { arl: newArl, force: true, child: this.accountNum })
const res = await fetchData('login-arl', { arl: newArl, force: true, child: this.accountNum }, 'POST')
this.loggedInViaDeezer(res.arl)
}
},