mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
refactor(nestjs): hook up auth endpoints
This commit is contained in:
@@ -43,7 +43,7 @@ export class AuthSigninService {
|
||||
}
|
||||
if (!user.verified) {
|
||||
throw new UnauthorizedException(
|
||||
`The user is not verified yet, check out your mail inbox.`
|
||||
`The user is not verified yet, check out your mail inbox.`,
|
||||
);
|
||||
}
|
||||
return user;
|
||||
|
||||
Reference in New Issue
Block a user