Remove unused parameter

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-02-09 19:10:51 +04:00
parent ce69899909
commit 65ac873cff
2 changed files with 3 additions and 3 deletions

View File

@@ -449,7 +449,7 @@ func (s AuthService) CreateIdentityWithPassword(
return identity, session, err
}
func (s AuthService) OpenSessionWithSAML(ctx context.Context, identityID gid.GID, organizationID gid.GID) (*coredata.Session, error) {
func (s AuthService) OpenSessionWithSAML(ctx context.Context, identityID gid.GID) (*coredata.Session, error) {
session := &coredata.Session{}
err := s.pg.WithTx(