router.delete('/:token', function * () {
    const {token} = this.params;

    const k = this;
    yield loginify(this, async function (user) {