Bổ sung số đt và địa chỉ vào phần đăng ký tài khoản

This commit is contained in:
2026-06-14 16:10:30 +07:00
parent 3a29f98c96
commit c6d0fdd5d1
10 changed files with 60 additions and 20 deletions
+2
View File
@@ -8,8 +8,10 @@ export declare class JwtStrategy extends JwtStrategy_base {
constructor(prisma: PrismaService);
validate(payload: any): Promise<{
name: string | null;
address: string | null;
id: string;
email: string;
phone: string | null;
passwordHash: string;
avatar: string | null;
createdAt: Date;