Skip to content

Commit

Permalink
fix: active field should not be required (#401)
Browse files Browse the repository at this point in the history
Closes ory/sdk#14

Signed-off-by: Jakob Sinclair <sinclair.jakob@mailbox.org>
  • Loading branch information
AntiSC2 committed May 11, 2020
1 parent efb6102 commit aed2a5c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions selfservice/flow/registration/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ type Request struct {

// Active, if set, contains the registration method that is being used. It is initially
// not set.
//
// required: true
Active identity.CredentialsType `json:"active,omitempty" db:"active_method"`

// Methods contains context for all enabled registration methods. If a registration request has been
Expand Down

0 comments on commit aed2a5c

Please sign in to comment.