btcpayserver/BTCPayServer/Views/UIManage/ManageNavPages.cs

8 lines
174 B
C#
Raw Normal View History

2017-09-13 08:47:34 +02:00
namespace BTCPayServer.Views.Manage
{
public enum ManageNavPages
2017-09-13 08:47:34 +02:00
{
2021-11-11 13:03:08 +01:00
Index, ChangePassword, TwoFactorAuthentication, APIKeys, Notifications, LoginCodes
2017-09-13 08:47:34 +02:00
}
}