forked from gongxuegit/tiku-backend.net
feat(auth): replace TOTP with phone-first login
This commit is contained in:
@@ -10,6 +10,5 @@ public interface ITokenService
|
||||
string? phone,
|
||||
string? email,
|
||||
AuthRealm realm,
|
||||
Guid? tenantId,
|
||||
bool mfaSatisfied);
|
||||
Guid? tenantId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user