1
0
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:
Kyle Spearrin
2018-03-23 12:50:20 -04:00
parent d138656238
commit c8191132d4
3 changed files with 186 additions and 4 deletions

View 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; }
}
}