initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace lxc_songlist.Services;
|
||||
|
||||
public sealed class AdminAuthOptions
|
||||
{
|
||||
public string PasswordHash { get; set; } = string.Empty;
|
||||
public string Password { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user