diff --git a/pkg/probo/document_service.go b/pkg/probo/document_service.go index 85c493bde..9dc101e3f 100644 --- a/pkg/probo/document_service.go +++ b/pkg/probo/document_service.go @@ -435,7 +435,7 @@ func (s *DocumentService) SendSigningNotifications( token, err := statelesstoken.NewToken( s.svc.tokenSecret, TokenTypeSigningRequest, - time.Hour*24*7, + time.Hour*24*30, SigningRequestData{ OrganizationID: organizationID, PeopleID: people.ID,