mirror of
https://github.com/bitwarden/server
synced 2025-12-29 06:33:43 +00:00
dashboard version and smtp settings
This commit is contained in:
11
src/Admin/Models/HomeModel.cs
Normal file
11
src/Admin/Models/HomeModel.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using Bit.Core;
|
||||
|
||||
namespace Bit.Admin.Models
|
||||
{
|
||||
public class HomeModel
|
||||
{
|
||||
public string CurrentVersion { get; set; }
|
||||
public GlobalSettings GlobalSettings { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user