refactor: distribute the domain folder
This commit is contained in:
7
Security/Common/Model/TwoFactorAuthenticator.cs
Normal file
7
Security/Common/Model/TwoFactorAuthenticator.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace Mirea.Api.Security.Common.Model;
|
||||
|
||||
public enum TwoFactorAuthenticator
|
||||
{
|
||||
None,
|
||||
Totp
|
||||
}
|
Reference in New Issue
Block a user