mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
feat(nestjs): resend the auth confirmation message
This commit is contained in:
@@ -72,3 +72,7 @@ export interface IAuthSignUpVerifiedEventPayload {
|
||||
verifyToken: string;
|
||||
userId: number;
|
||||
}
|
||||
|
||||
export interface ISignUpConfigmResendedEventPayload {
|
||||
user: SystemUser;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user