Skip to content

Commit bad61c6

Browse files
committed
Rebase
1 parent 8f81a14 commit bad61c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common/api-review/auth.api.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,7 @@ export interface ParsedToken {
544544
'firebase'?: {
545545
'sign_in_provider'?: string;
546546
'sign_in_second_factor'?: string;
547+
'identities'?: Record<string, string>;
547548
};
548549
'iat'?: string;
549550
'sub'?: string;
@@ -828,4 +829,4 @@ export function verifyBeforeUpdateEmail(user: User, newEmail: string, actionCode
828829
export function verifyPasswordResetCode(auth: Auth, code: string): Promise<string>;
829830

830831

831-
```
832+
```

0 commit comments

Comments
 (0)