refactor: save current workspace state including FinlyticAnalyzer fixes, FinlyticApp trade route alignment, and DTO audit documentation
This commit is contained in:
@@ -10,6 +10,7 @@ public class AuthResponseDto
|
||||
public string Email { get; set; } = string.Empty;
|
||||
public string FullName { get; set; } = string.Empty;
|
||||
public string Role { get; set; } = "User";
|
||||
public string ThemePreference { get; set; } = "dark_classic";
|
||||
public List<string> FcmTokens { get; set; } = new();
|
||||
public DateTime ExpiresAt { get; set; }
|
||||
public bool RequiresPasswordChange { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user