mirror of
https://github.com/bitwarden/server
synced 2026-01-01 08:03:23 +00:00
setup new admin portal project
This commit is contained in:
11
src/Admin/Models/ErrorViewModel.cs
Normal file
11
src/Admin/Models/ErrorViewModel.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace Bit.Admin.Models
|
||||
{
|
||||
public class ErrorViewModel
|
||||
{
|
||||
public string RequestId { get; set; }
|
||||
|
||||
public bool ShowRequestId => !string.IsNullOrEmpty(RequestId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user