Email Confirmation
This commit is contained in:
parent
31588c0d86
commit
509c817863
41 changed files with 148 additions and 6788 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue