Skip to content

Commit

Permalink
docs(auth): fix docs render issue in AuthSettings
Browse files Browse the repository at this point in the history
unterminated tag was breaking Vercel docs build, I should have caught that on
the PR review, it was obvious in hindsight
  • Loading branch information
mikehardy committed Jun 27, 2023
1 parent 1c2dd42 commit 63fc8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auth/lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ export namespace FirebaseAuthTypes {
*
* Once this has been called, every call to PhoneAuthProvider#verifyPhoneNumber() will skip the Play Integrity API verification flow and use the reCAPTCHA flow instead.
*
* <p>Calling this method a second time will overwrite the previously passed parameter.
* > Calling this method a second time will overwrite the previously passed parameter.
*
* @android
* @param appName
Expand Down

1 comment on commit 63fc8ef

@vercel
Copy link

@vercel vercel bot commented on 63fc8ef Jun 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.