Skip to content

Commit

Permalink
Require wvbrclientversion in login request schema
Browse files Browse the repository at this point in the history
  • Loading branch information
RubberDuckShobe authored Apr 7, 2024
1 parent 3101737 commit e2264e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/as1/accounts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const steamLoginRequestSchema = Type.Object(
snum: Type.Integer(),
s64: Type.String(),
ticket: Type.String(),
wvbrclientversion: Type.String(),
},
{ additionalProperties: false }
);
Expand Down

0 comments on commit e2264e2

Please sign in to comment.