Skip to content

Commit

Permalink
chore: synchronize workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Aug 29, 2023
1 parent cdccbef commit 99922c1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion internal/client-go/model_identity_credentials_code.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/httpclient/model_identity_credentials_code.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions selfservice/flow/verification/handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,7 @@ func TestPostFlow(t *testing.T) {
IdentityID: uuid.NullUUID{UUID: uuid.Must(uuid.NewV4()), Valid: true},
AMR: session.AuthenticationMethods{{Method: identity.CredentialsTypePassword}},
},
SessionID: uuid.NullUUID{UUID: s.ID, Valid: true},
State: flow.StatePassedChallenge,
State: flow.StatePassedChallenge,
}
require.NoError(t, reg.VerificationFlowPersister().CreateVerificationFlow(ctx, f))

Expand Down
2 changes: 1 addition & 1 deletion spec/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@
"type": "object"
},
"identityCredentialsCode": {
"description": "CredentialsCode represents a one time login/registraiton code",
"description": "CredentialsCode represents a one time login/registration code",
"properties": {
"address_type": {
"$ref": "#/components/schemas/CodeAddressType"
Expand Down
2 changes: 1 addition & 1 deletion spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3865,7 +3865,7 @@
}
},
"identityCredentialsCode": {
"description": "CredentialsCode represents a one time login/registraiton code",
"description": "CredentialsCode represents a one time login/registration code",
"type": "object",
"properties": {
"address_type": {
Expand Down

0 comments on commit 99922c1

Please sign in to comment.