mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-24 05:11:49 +00:00
Merge pull request #2285 from overleaf/jel-institution-information-link
Add institution information link GitOrigin-RevId: 72116311dfaddae145b4cbdbadbf039b30857890
This commit is contained in:
parent
66ed04eef5
commit
bf5df0f235
2 changed files with 2 additions and 3 deletions
|
@ -80,8 +80,7 @@ const UserPagesController = {
|
|||
}
|
||||
res.render('user/login', {
|
||||
title: 'login',
|
||||
email: req.query.email,
|
||||
samlBeta: req.session.samlBeta
|
||||
email: req.query.email
|
||||
})
|
||||
},
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
mixin aboutInstitutionLink()
|
||||
a(href="/") #{translate("find_out_more_about_institution_login")}.
|
||||
a(href="/learn/how-to/Institutional_Login") #{translate("find_out_more_about_institution_login")}.
|
||||
|
||||
mixin btnMakePrimaryDisabled(tooltip)
|
||||
div(
|
||||
|
|
Loading…
Reference in a new issue