From 2c200d9e7616dc058da8a77d2c854e56fd288fe2 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe Date: Tue, 2 Feb 2021 08:25:21 -0600 Subject: [PATCH] Merge pull request #3587 from overleaf/jel-ip-notification-sso Enable SSO auto-link via IP matcher notification GitOrigin-RevId: 292a13f8ed7f82987e0583c8d404073e1224daea --- services/web/app/views/project/list/notifications.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/app/views/project/list/notifications.pug b/services/web/app/views/project/list/notifications.pug index fd6a508d72..d4bc59e751 100644 --- a/services/web/app/views/project/list/notifications.pug +++ b/services/web/app/views/project/list/notifications.pug @@ -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