Skip to content

Commit cd510d0

Browse files
authored
Added missing OTP validation error message
1 parent 6d89eb2 commit cd510d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/active-directory-b2c/custom-email-sendgrid.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@ For more information, see [Self-asserted technical profile](restful-technical-pr
396396
<!--OTP validation error messages-->
397397
<Item Key="UserMessageIfSessionDoesNotExist">You have exceeded the maximum time allowed.</Item>
398398
<Item Key="UserMessageIfMaxRetryAttempted">You have exceeded the number of retries allowed.</Item>
399+
<Item Key="UserMessageIfMaxNumberOfCodeGenerated">You have exceeded the number of code generation attempts allowed.</Item>
399400
<Item Key="UserMessageIfInvalidCode">You have entered the wrong code.</Item>
400401
<Item Key="UserMessageIfSessionConflict">Cannot verify the code, please try again later.</Item>
401402
</Metadata>
@@ -413,6 +414,7 @@ For more information, see [Self-asserted technical profile](restful-technical-pr
413414
<!--OTP validation error messages-->
414415
<Item Key="UserMessageIfSessionDoesNotExist">You have exceeded the maximum time allowed.</Item>
415416
<Item Key="UserMessageIfMaxRetryAttempted">You have exceeded the number of retries allowed.</Item>
417+
<Item Key="UserMessageIfMaxNumberOfCodeGenerated">You have exceeded the number of code generation attempts allowed.</Item>
416418
<Item Key="UserMessageIfInvalidCode">You have entered the wrong code.</Item>
417419
<Item Key="UserMessageIfSessionConflict">Cannot verify the code, please try again later.</Item>
418420
</Metadata>

0 commit comments

Comments
 (0)