Skip to content

Commit 6c7c9ba

Browse files
Removes special char from index.d.ts. (#808)
This is causing errors in the reference generation process.
1 parent 4b7e99c commit 6c7c9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ declare namespace admin.auth {
923923
/**
924924
* The type identifier or `factorId` of the second factor, provided the
925925
* ID token was obtained from a multi-factor authenticated user.
926-
* For phone, this is `phone`.
926+
* For phone, this is `"phone"`.
927927
*/
928928
sign_in_second_factor?: string;
929929

0 commit comments

Comments
 (0)