Skip to content

Commit

Permalink
Merge pull request #454 from open-contracting/390-cognito-fix
Browse files Browse the repository at this point in the history
fix: stop using secret for Cognito
  • Loading branch information
jpmckinney authored Jan 6, 2025
2 parents aaa09b0 + da50ddc commit 7778a0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class ResetPassword(BaseModel):
class SetupMFA(BaseModel):
temp_password: str
session: str
secret: str | None = None


class AwardUpdate(BaseModel):
Expand Down

0 comments on commit 7778a0d

Please sign in to comment.