mirror of
https://github.com/bitwarden/server.git
synced 2026-02-03 17:43:03 -06:00
fix: merge conflict error
This commit is contained in:
parent
063a7b8c58
commit
cf09bdf276
@ -76,7 +76,7 @@ public class SendEmailOtpRequestValidator(
|
||||
token,
|
||||
string.Format(SendAccessConstants.OtpEmail.Subject, token));
|
||||
|
||||
return BuildErrorResult(SendAccessConstants.EmailOtpValidatorResults.EmailOtpSent);
|
||||
return BuildErrorResult(SendAccessConstants.EmailOtpValidatorResults.EmailAndOtpRequired);
|
||||
}
|
||||
|
||||
// validate request otp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user