1. Change Password fixed. 2. Personal Data implemented. 3. New alerts style. 4. Better dropdowns.
This commit is contained in:
Binary file not shown.
@@ -30,7 +30,11 @@ model UserProfile {
|
||||
id String @id @default(uuid())
|
||||
userId String @unique
|
||||
user User @relation(fields: [userId], references: [id], onDelete: Cascade)
|
||||
weight Float?
|
||||
weight Float?
|
||||
height Float?
|
||||
gender String?
|
||||
birthDate DateTime?
|
||||
language String? @default("en")
|
||||
}
|
||||
|
||||
model Exercise {
|
||||
|
||||
Reference in New Issue
Block a user