Skip to content

Commit 63fc8ef

Browse files
committed
docs(auth): fix docs render issue in AuthSettings
unterminated tag was breaking Vercel docs build, I should have caught that on the PR review, it was obvious in hindsight
1 parent 1c2dd42 commit 63fc8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/lib/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@ export namespace FirebaseAuthTypes {
10251025
*
10261026
* Once this has been called, every call to PhoneAuthProvider#verifyPhoneNumber() will skip the Play Integrity API verification flow and use the reCAPTCHA flow instead.
10271027
*
1028-
* <p>Calling this method a second time will overwrite the previously passed parameter.
1028+
* > Calling this method a second time will overwrite the previously passed parameter.
10291029
*
10301030
* @android
10311031
* @param appName

0 commit comments

Comments
 (0)