refactor: move files

This commit is contained in:
2024-11-02 23:34:23 +03:00
parent db70e4dd96
commit 727f5c276e
5 changed files with 10 additions and 8 deletions

View File

@ -0,0 +1,7 @@
namespace Mirea.Api.Security.Common.Domain;
public enum TwoFactorAuthenticator
{
None,
Totp
}