Skip to content

Commit 068edfa

Browse files
authored
Remove userIp field (#4135)
1 parent fe9524c commit 068edfa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages-exp/auth-exp/src/api/authentication/email_and_password.ts

-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ export interface PasswordResetRequest extends GetOobCodeRequest {
6969
requestType: Operation.PASSWORD_RESET;
7070
email: string;
7171
captchaResp?: string;
72-
userIp?: string;
7372
}
7473

7574
export interface EmailSignInRequest extends GetOobCodeRequest {

0 commit comments

Comments
 (0)