refactor(nestjs): authentication

This commit is contained in:
Ahmed Bouhuolia
2025-04-02 15:50:00 +02:00
parent f11b09cd87
commit 18017d25d5
25 changed files with 1650 additions and 30 deletions

View File

@@ -59,10 +59,6 @@ export interface IAuthSendedResetPassword {
export interface IAuthGetMetaPOJO {
signupDisabled: boolean;
oneClickDemo: {
enable: boolean;
demoUrl: string;
};
}
export interface IAuthSignUpVerifingEventPayload {