btcpayserver/BTCPayServer/Views/UIManage/ManageNavPages.cs
2022-01-14 13:46:03 +09:00

7 lines
181 B
C#

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