mirror of
https://github.com/TechnitiumSoftware/DnsServer.git
synced 2026-03-02 22:59:14 +00:00
TwoFactorAuthRequiredWebServiceException: updated to inherit InvalidTokenWebServiceException
This commit is contained in:
@@ -21,7 +21,7 @@ using System;
|
||||
|
||||
namespace DnsServerCore
|
||||
{
|
||||
public class TwoFactorAuthRequiredWebServiceException : DnsWebServiceException
|
||||
public class TwoFactorAuthRequiredWebServiceException : InvalidTokenWebServiceException
|
||||
{
|
||||
#region constructors
|
||||
|
||||
|
||||
Reference in New Issue
Block a user