if (General.authSession()) {
        if (General.confirmed()) {
          next();
        } else {
          next(R.addParamNext(routes.unconfirmed_Email, to.path));