mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
feat: refactoring middlewares to typescript.
This commit is contained in:
@@ -126,7 +126,7 @@ export default class AuthenticationService {
|
||||
this.logger.info('[register] Someone trying to register.');
|
||||
await this.validateEmailAndPhoneUniqiness(registerDTO);
|
||||
|
||||
this.logger.info('[register] Creating a new tenant org.')
|
||||
this.logger.info('[register] Creating a new tenant organization.')
|
||||
const tenant = await this.newTenantOrganization();
|
||||
|
||||
this.logger.info('[register] Trying hashing the password.')
|
||||
|
||||
Reference in New Issue
Block a user