localisation

This commit is contained in:
Paul Schneider 2025-08-31 18:27:53 +01:00
commit aa2ad71cc6
50 changed files with 1614 additions and 2211 deletions

View file

@ -5,10 +5,10 @@ namespace Yavsc.ViewModels.Account
{
public class UnregisterViewModel
{
[YaRequired]
[Required]
public string UserId { get; set; }
public string ReturnUrl { get; set; }
public string? ReturnUrl { get; set; }
}
}