Skip to content

Commit fa35503

Browse files
paigesrossidependabot[bot]raileendrInbarGazit
authored
Cfr quickstart fix (#103)
* Bump passport from 0.4.1 to 0.6.0 in /quick_acg Bumps [passport](https://github.com/jaredhanson/passport) from 0.4.1 to 0.6.0. - [Release notes](https://github.com/jaredhanson/passport/releases) - [Changelog](https://github.com/jaredhanson/passport/blob/master/CHANGELOG.md) - [Commits](jaredhanson/passport@v0.4.1...v0.6.0) --- updated-dependencies: - dependency-name: passport dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump passport from 0.4.1 to 0.6.0 Bumps [passport](https://github.com/jaredhanson/passport) from 0.4.1 to 0.6.0. - [Release notes](https://github.com/jaredhanson/passport/releases) - [Changelog](https://github.com/jaredhanson/passport/blob/master/CHANGELOG.md) - [Commits](jaredhanson/passport@v0.4.1...v0.6.0) --- updated-dependencies: - dependency-name: passport dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * fixing quickstart issue Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: raileendr <[email protected]> Co-authored-by: Inbar Gazit <[email protected]>
1 parent c42afa3 commit fa35503

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/DSAuthCodeGrant.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ DSAuthCodeGrant.prototype.oauth_callback2 = function _oauth_callback2(req, res,
119119
let eg = req.session.eg;
120120
req.session.eg = null;
121121
res.redirect(`/${eg}`);
122+
} else if (dsConfig.quickstart == "true") {
123+
res.redirect('/eg001')
122124
} else {res.redirect('/')}
123125
}
124126

0 commit comments

Comments
 (0)