fix: trailing spaces
This commit is contained in:
parent
2a4036614d
commit
1b2b5716fd
1 changed files with 0 additions and 2 deletions
|
@ -306,12 +306,10 @@ export default {
|
||||||
} else {
|
} else {
|
||||||
inUrl = true
|
inUrl = true
|
||||||
}
|
}
|
||||||
|
|
||||||
// get the size
|
// get the size
|
||||||
// this.$apitator.get('/delegate/size', { withAuth: true }).then(res => {
|
// this.$apitator.get('/delegate/size', { withAuth: true }).then(res => {
|
||||||
// console.log(res.data.data)
|
// console.log(res.data.data)
|
||||||
// })
|
// })
|
||||||
|
|
||||||
this.$apitator.setAuthorizationToken(delegateToken)
|
this.$apitator.setAuthorizationToken(delegateToken)
|
||||||
// verify the token
|
// verify the token
|
||||||
this.$apitator.get('/delegate', { withAuth: true }).then(res => {
|
this.$apitator.get('/delegate', { withAuth: true }).then(res => {
|
||||||
|
|
Loading…
Reference in a new issue