Skip to content

Commit

Permalink
chore : update dto
Browse files Browse the repository at this point in the history
  • Loading branch information
0xC0FFE2 committed Jan 21, 2025
1 parent 7477758 commit 99f786c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/dto/request/LoginRequestViaPin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export function loginRequestViaPin(data: LoginRequest): any {
email: data.email,
password: data.password,
recaptchaToken: data.recaptchaToken,
pin: data.password,
pin: data.pin,
deviceType: getDeviceType(),
};
}
Expand Down

0 comments on commit 99f786c

Please sign in to comment.