mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
Cleanup code
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace ModernKeePass.Domain.Enums
|
||||
{
|
||||
public class EntryFieldName
|
||||
public static class EntryFieldName
|
||||
{
|
||||
public const string Title = nameof(Title);
|
||||
public const string UserName = nameof(UserName);
|
||||
|
Reference in New Issue
Block a user