Skip to content

Commit 1324b4e

Browse files
authored
fix(auth, ios): correct useUserAccessGroup JSDoc (#8543)
1 parent aa1bdd3 commit 1324b4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ export function useDeviceLanguage(auth: Auth): void;
414414
export function validatePassword(auth: Auth, password: string): Promise<PasswordValidationStatus>;
415415

416416
/**
417-
* Sets the current language to the default device/browser preference.
417+
* Configures a shared user access group to sync auth state across multiple apps via the Keychain.
418418
*
419419
* @param auth - The Auth instance.
420420
* @param userAccessGroup - The user access group.

packages/auth/lib/modular/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ export function useDeviceLanguage(auth) {
357357
}
358358

359359
/**
360-
* Sets the current language to the default device/browser preference.
360+
* Configures a shared user access group to sync auth state across multiple apps via the Keychain.
361361
* @param {Auth} auth - The Auth instance.
362362
* @param {string} userAccessGroup - The user access group.
363363
* @returns {Promise<void>}

0 commit comments

Comments
 (0)