healthchecks
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
public class SystemKey
|
||||
{
|
||||
public string Email { get; set; } = "@system";
|
||||
public string Email { get; set; } = User.SystemUser.Email;
|
||||
public string Key { get; set; } = Guid.NewGuid().ToString();
|
||||
public required string Password { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user