diff --git a/packages/auth/lib/modular/index.d.ts b/packages/auth/lib/modular/index.d.ts index cc0bea66d7..ce838e7595 100644 --- a/packages/auth/lib/modular/index.d.ts +++ b/packages/auth/lib/modular/index.d.ts @@ -414,7 +414,7 @@ export function useDeviceLanguage(auth: Auth): void; export function validatePassword(auth: Auth, password: string): Promise; /** - * Sets the current language to the default device/browser preference. + * Configures a shared user access group to sync auth state across multiple apps via the Keychain. * * @param auth - The Auth instance. * @param userAccessGroup - The user access group. diff --git a/packages/auth/lib/modular/index.js b/packages/auth/lib/modular/index.js index 346f735940..5a21ab735c 100644 --- a/packages/auth/lib/modular/index.js +++ b/packages/auth/lib/modular/index.js @@ -357,7 +357,7 @@ export function useDeviceLanguage(auth) { } /** - * Sets the current language to the default device/browser preference. + * Configures a shared user access group to sync auth state across multiple apps via the Keychain. * @param {Auth} auth - The Auth instance. * @param {string} userAccessGroup - The user access group. * @returns {Promise}