File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/auth/lib/modular Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ export function useDeviceLanguage(auth: Auth): void;
414
414
export function validatePassword ( auth : Auth , password : string ) : Promise < PasswordValidationStatus > ;
415
415
416
416
/**
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 .
418
418
*
419
419
* @param auth - The Auth instance.
420
420
* @param userAccessGroup - The user access group.
Original file line number Diff line number Diff line change @@ -357,7 +357,7 @@ export function useDeviceLanguage(auth) {
357
357
}
358
358
359
359
/**
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 .
361
361
* @param {Auth } auth - The Auth instance.
362
362
* @param {string } userAccessGroup - The user access group.
363
363
* @returns {Promise<void> }
You can’t perform that action at this time.
0 commit comments