btcpayserver/BTCPayServer/Views/Manage/ManageNavPages.cs
Andrew Camilleri 5fe3c1c61f
U2fremove (#2496)
* Remove U2F support and JS

* fix final changes

* fix more final stuff
2021-04-28 16:22:09 +09:00

7 lines
169 B
C#

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