Skip to content

Commit b0cb6ac

Browse files
avolkovisam-gc
andauthored
Update packages-exp/auth-types-exp/index.d.ts
Co-authored-by: Sam Horlbeck Olsen <[email protected]>
1 parent e047a54 commit b0cb6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages-exp/auth-types-exp/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ export interface User extends UserInfo {
10831083
*
10841084
* Important: this is a security-sensitive operation that requires the user to have recently
10851085
* signed in. If this requirement isn't met, ask the user to authenticate again and then call
1086-
* `reauthenticateWithCredential`.
1086+
* one of the reauthentication methods like `reauthenticateWithCredential`.
10871087
*/
10881088
delete(): Promise<void>;
10891089
/**

0 commit comments

Comments
 (0)