mirror of
https://github.com/bitwarden/server.git
synced 2025-05-22 20:11:04 -05:00
fix(captcha): [PM-21707] Add back captchaBypassToken stub value
This commit is contained in:
parent
cbf49b915b
commit
fad91d8614
@ -6,5 +6,12 @@ public class RegisterFinishResponseModel : ResponseModel
|
||||
{
|
||||
public RegisterFinishResponseModel()
|
||||
: base("registerFinish")
|
||||
{ }
|
||||
{
|
||||
// We are setting this to an empty string so that old mobile clients don't break, as they reqiure a non-null value.
|
||||
// This will be cleaned up in https://bitwarden.atlassian.net/browse/PM-21720.
|
||||
CaptchaBypassToken = string.Empty;
|
||||
}
|
||||
|
||||
public string CaptchaBypassToken { get; set; }
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user