Email Confirmation

This commit is contained in:
Paul Schneider 2025-09-14 00:41:35 +01:00
commit 509c817863
41 changed files with 148 additions and 6788 deletions

View file

@ -2,7 +2,8 @@ namespace Yavsc.Models;
public class ErrorViewModel
{
public string? RequestId { get; set; }
public string? RequestId { get; set; }
public string? Description { get; set; }
public bool ShowRequestId => !string.IsNullOrEmpty(RequestId);