Skip to content

Commit

Permalink
fix: sign in/up apis
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Oct 19, 2023
1 parent 14d19a6 commit 8d8a6a8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions api_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1280,6 +1280,8 @@ paths:
$ref: '#/components/schemas/authRecipeUser'
recipeUserId:
$ref: '#/components/schemas/userId'
isFirstFactorForTenant:
type: boolean
- type: object
properties:
status:
Expand Down Expand Up @@ -1733,6 +1735,8 @@ paths:
$ref: '#/components/schemas/authRecipeUser'
recipeUserId:
$ref: '#/components/schemas/userId'
isFirstFactorForTenant:
type: boolean

- $ref: '#/components/schemas/wrongCredentialsResponse'

Expand Down Expand Up @@ -1784,6 +1788,8 @@ paths:
$ref: '#/components/schemas/authRecipeUser'
recipeUserId:
$ref: '#/components/schemas/userId'
isFirstFactorForTenant:
type: boolean
- type: object
properties:
status:
Expand Down Expand Up @@ -2170,6 +2176,8 @@ paths:
$ref: '#/components/schemas/authRecipeUser'
recipeUserId:
$ref: '#/components/schemas/userId'
isFirstFactorForTenant:
type: boolean
- type: object
properties:
status:
Expand Down

0 comments on commit 8d8a6a8

Please sign in to comment.