Merge pull request #16991 from overleaf/ab-sso-login-url

[web] Change /institutional-login URL to /sso-login

GitOrigin-RevId: 0856f3f63e3bba3431dd554b4b65fe913d8a50fe
This commit is contained in:
Alexandre Bourdin
2024-02-14 09:05:15 +00:00
committed by Copybot
parent 0d00c3952c
commit 308708d8a7
3 changed files with 3 additions and 2 deletions
@@ -554,7 +554,7 @@ describe('UserController', function () {
})
it('should redirect after logout', function (done) {
this.req.body.redirect = '/institutional-login'
this.req.body.redirect = '/sso-login'
this.req.session.destroy = sinon.stub().callsArgWith(0)
this.res.redirect = url => {
url.should.equal(this.req.body.redirect)