feat: update frontend component names from User to PartyUser for consistency with party-user module

This commit is contained in:
louiscklaw
2025-06-16 10:08:43 +08:00
parent e93c5dcf62
commit 0941ab6dd1
6 changed files with 14 additions and 13 deletions

View File

@@ -1278,4 +1278,5 @@ model PartyUser {
accounts Account[]
sessions Session[]
info Json?
phoneNumber String @default("")
}