feat: support time_zone for user registration context

This commit is contained in:
Ilia Denisov
2026-04-09 09:00:06 +02:00
parent e6b73a8f55
commit 7043af4cb3
40 changed files with 3452 additions and 164 deletions
+6
View File
@@ -118,6 +118,12 @@ func TestPublicOpenAPISpecErrorExamplesMatchStablePublicErrors(t *testing.T) {
exampleName: "invalidClientPublicKey",
projection: shared.ProjectPublicError(shared.InvalidClientPublicKey()),
},
{
name: "confirm invalid time zone",
responseName: "ConfirmEmailCodeBadRequestError",
exampleName: "invalidTimeZone",
projection: shared.ProjectPublicError(shared.InvalidRequest("time_zone must be a valid IANA time zone name")),
},
{
name: "challenge not found",
responseName: "ChallengeNotFoundError",