Skip to content

Commit

Permalink
fix: rename 2FA Response to sidestep naming conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
0xkubectl committed Jul 23, 2024
1 parent 9180c65 commit cc4a59f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ content:
schema:
oneOf:
- $ref: ../../schemas/CurrentUser.yaml
- $ref: ../../schemas/RequiresTwoFactorAuth.yaml
- $ref: ../../schemas/TwoFactorRequired.yaml
headers:
Set-Cookie:
schema:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: RequiresTwoFactorAuth
title: TwoFactorRequired
type: object
properties:
requiresTwoFactorAuth:
Expand Down

0 comments on commit cc4a59f

Please sign in to comment.