fix: fix linter in saml_sp.go

This commit is contained in:
Yang Luo
2026-04-05 15:43:03 +08:00
parent d92b856868
commit e10706cb6d

View File

@@ -22,11 +22,9 @@ import (
"fmt"
"net/url"
"github.com/casdoor/casdoor/i18n"
"github.com/casdoor/casdoor/idp"
"github.com/mitchellh/mapstructure"
"github.com/casdoor/casdoor/i18n"
saml2 "github.com/russellhaering/gosaml2"
dsig "github.com/russellhaering/goxmldsig"
)
@@ -180,4 +178,3 @@ func buildSpCertificateStore(provider *Provider) (certStore dsig.MemoryX509Certi
}
return certStore, nil
}