mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-19 06:54:19 +01:00
8 lines
152 B
C#
8 lines
152 B
C#
namespace BTCPayServer.Views.Manage
|
|
{
|
|
public enum ManageNavPages
|
|
{
|
|
Index, ChangePassword, TwoFactorAuthentication, U2F, APIKeys
|
|
}
|
|
}
|