1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 23:52:50 -05:00

log captcha response info (#2018)

* log captcha response info

* wrap in isBot condition
This commit is contained in:
Kyle Spearrin
2022-05-26 14:33:02 -04:00
committed by GitHub
parent a788478af3
commit 810b653915
3 changed files with 8 additions and 0 deletions

View File

@ -5,5 +5,6 @@
public bool Success { get; set; }
public bool MaybeBot { get; set; }
public bool IsBot { get; set; }
public double Score { get; set; }
}
}