Skip to content

Commit

Permalink
chore: renamed status to enabled on setAutoOTPVerify types
Browse files Browse the repository at this point in the history
  • Loading branch information
Efstathios Ntonas committed Nov 19, 2024
1 parent 5600693 commit c85eab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/auth/lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1147,9 +1147,9 @@ export namespace FirebaseAuthTypes {
* ```
*
* @android
* @param status whether auto OTP verify should be disabled, defaults to false
* @param enabled whether auto OTP verify should be disabled, defaults to false
*/
setAutoOTPVerify(status: boolean): Promise<null>;
setAutoOTPVerify(enabled: boolean): Promise<null>;
}

/**
Expand Down

0 comments on commit c85eab9

Please sign in to comment.