diff --git a/src/layouts/Delegate.vue b/src/layouts/Delegate.vue index 8752a68..45d333c 100644 --- a/src/layouts/Delegate.vue +++ b/src/layouts/Delegate.vue @@ -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 => {