chore: add register of user
This commit is contained in:
@@ -15,7 +15,7 @@ export class User extends BaseEntity {
|
||||
password: string;
|
||||
|
||||
@Column({ type: "varchar", length: 150 })
|
||||
fistName: string;
|
||||
firstName: string;
|
||||
|
||||
@Column({ type: "varchar", length: 200 })
|
||||
lastName: string;
|
||||
|
||||
Reference in New Issue
Block a user