btcpayserver/BTCPayServer/Views/Manage/ManageNavPages.cs

7 lines
152 B
C#

namespace BTCPayServer.Views.Manage
{
public enum ManageNavPages
{
Index, ChangePassword, TwoFactorAuthentication, U2F, APIKeys
}
}