From a8e68bd8905972ae59de90fa33d5b3e3c274dc47 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Fri, 10 Mar 2017 05:18:18 -0500 Subject: PLT-5765 Passed SiteURL to SendNotifications (#5705) --- einterfaces/saml.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'einterfaces/saml.go') diff --git a/einterfaces/saml.go b/einterfaces/saml.go index af2e815a5..478cf8a68 100644 --- a/einterfaces/saml.go +++ b/einterfaces/saml.go @@ -10,7 +10,7 @@ import ( type SamlInterface interface { ConfigureSP() *model.AppError BuildRequest(relayState string) (*model.SamlAuthRequest, *model.AppError) - DoLogin(encodedXML string, relayState map[string]string) (*model.User, *model.AppError) + DoLogin(encodedXML string, relayState map[string]string, siteURL string) (*model.User, *model.AppError) GetMetadata() (string, *model.AppError) } -- cgit v1.2.3-1-g7c22