Bổ sung số đt và địa chỉ vào phần đăng ký tài khoản
This commit is contained in:
Vendored
+2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user