mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 17:42:49 -05:00
log captcha response info (#2018)
* log captcha response info * wrap in isBot condition
This commit is contained in:
@ -5,5 +5,6 @@
|
||||
public bool Success { get; set; }
|
||||
public bool MaybeBot { get; set; }
|
||||
public bool IsBot { get; set; }
|
||||
public double Score { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user