mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 13:06:31 +00:00
fix loader version check
This commit is contained in:
@@ -10,7 +10,4 @@ public class ApiCredentials
|
||||
|
||||
[Key(nameof(Password))]
|
||||
public string Password { get; set; } = null!;
|
||||
|
||||
public bool IsValid() =>
|
||||
!string.IsNullOrWhiteSpace(Email) && !string.IsNullOrWhiteSpace(Password);
|
||||
}
|
||||
Reference in New Issue
Block a user