refactor: Cập nhật cấu trúc người dùng giả lập trong AuthViewModel bằng cách đổi tên thuộc tính và thêm trường updatedAt.

This commit is contained in:
Ho Ngoc Hai
2026-01-16 10:35:58 +07:00
parent d1a7a791f9
commit 9df5c1da36
3 changed files with 4 additions and 5 deletions

View File

@@ -172,12 +172,12 @@ final class AuthViewModel: ObservableObject {
let mockUser = User(
id: "admin-001",
email: mockEmail,
fullName: "Admin GoodGo",
avatarURL: nil,
name: "Admin GoodGo",
avatarUrl: nil,
phoneNumber: "+84901234567",
createdAt: Date(),
isEmailVerified: true,
isPhoneVerified: true
createdAt: Date(),
updatedAt: Date()
)
// Save mock tokens and user