You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed unnecessary logging of invalid autologin token when attempting to use TokenAuthenticator. Invalid token is valid state - it has valid_to and max_count settings which trigger this response. remp/crm#1821
Fixed type check warning when sending email with no attachments. remp/crm#1845
Added confirmation_url into params in SendWelcomeEmailHandler. remp/crm#1743