fix: trailing spaces

This commit is contained in:
lefuturiste 2020-07-29 23:24:27 +02:00
parent 2a4036614d
commit 1b2b5716fd

View file

@ -306,12 +306,10 @@ export default {
} else {
inUrl = true
}
// get the size
// this.$apitator.get('/delegate/size', { withAuth: true }).then(res => {
// console.log(res.data.data)
// })
this.$apitator.setAuthorizationToken(delegateToken)
// verify the token
this.$apitator.get('/delegate', { withAuth: true }).then(res => {