feat: Change auth flow

This commit is contained in:
SauravDhakal
2026-04-11 07:57:28 +05:45
parent ab8b2ef353
commit aa8deadf1f
21 changed files with 442 additions and 123 deletions

View File

@@ -1,3 +1,5 @@
export * from './register-user.dto';
export * from './login-user.dto';
export * from './login-response.dto';
export * from "./validate-otp.dto";
export * from "./complete-setup.dto";