mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
feat: ability to enable/disable email confirmation from env variables
This commit is contained in:
@@ -52,6 +52,6 @@ export class AuthSignupConfirmService {
|
||||
userId,
|
||||
} as IAuthSignUpVerifiedEventPayload);
|
||||
|
||||
return updatedUser;
|
||||
return updatedUser as SystemUser;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user