btcpayserver/BTCPayServer/Views/UIManage/ManageNavPages.cs
2022-01-14 13:26:30 +01:00

8 lines
174 B
C#

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