Skip to content

Commit 249b92b

Browse files
committed
types: fix return type to be Promise until new arch sync is possible
1 parent 4ac4e31 commit 249b92b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/lib/modular/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ export function getAdditionalUserInfo(
685685
* Returns the custom auth domain for the auth instance.
686686
*
687687
* @param auth - The Auth instance.
688-
* @returns {string} A promise that resolves with the custom auth domain.
688+
* @returns {Promise<string>} A promise that resolves with the custom auth domain.
689689
*/
690690
export function getCustomAuthDomain(auth: Auth): Promise<string>;
691691

0 commit comments

Comments
 (0)