mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #3587 from overleaf/jel-ip-notification-sso
Enable SSO auto-link via IP matcher notification GitOrigin-RevId: 292a13f8ed7f82987e0583c8d404073e1224daea
This commit is contained in:
parent
2bef6cd2e5
commit
2c200d9e76
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ include ../../_mixins/saml
|
|||
) #{translate("find_out_more_nt")}
|
||||
.notification-action
|
||||
a.pull-right.btn.btn-sm.btn-info(
|
||||
href=`{{samlInitPath}}?university_id={{notification.messageOpts.institutionId}}`
|
||||
href=`{{samlInitPath}}?university_id={{notification.messageOpts.institutionId}}&auto=/project`
|
||||
)
|
||||
| #{translate("link_account")}
|
||||
.notification-close
|
||||
|
|
Loading…
Reference in a new issue