You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use isMfaEnabled configuration flag with disabled button state and tooltip (#2297)
* fix: initialize serverClientId to default_web_client_id in AuthProvider.Google
- The `applicationId` parameter has been removed from the `AuthProvider.Facebook` constructor. Configuration values (`facebook_application_id`, `facebook_login_protocol_scheme`, and `facebook_client_token`) are now exclusively read from `strings.xml`.
- The `serverClientId` for the Google provider is now automatically populated from `R.string.default_web_client_id` if it is not explicitly provided.
- Added validation to ensure `facebook_client_token` and `facebook_login_protocol_scheme` are configured in `strings.xml`.
- Updated tests to use resource files for provider configuration instead of constructor arguments.
- Updated `README.md` to reflect the new configuration requirements, including adding `facebook_client_token`.
* fix: fallback to all Google accounts if no authorized accounts found during sign-in
- Add filterByAuthorizedAccounts and autoSelectEnabled properties to AuthProvider.Google
* fix: disable Manage MFA button and show tooltip when MFA is disabled
* fix: implement MFA configuration disabled state with tooltip and expose configuration to custom authenticated content
* fix CI
* test: ignore flaky onManageMfa test due to CI timing issues
Copy file name to clipboardExpand all lines: auth/src/main/res/values-ar/strings.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -179,4 +179,5 @@
179
179
180
180
<!-- Tooltips -->
181
181
<stringname="fui_new_accounts_disabled_tooltip"translation_description="Tooltip shown when sign-up button is disabled because new accounts are not allowed">This button is currently disabled because new accounts are not allowed</string>
182
+
<stringname="fui_mfa_disabled_tooltip"translation_description="Tooltip shown when manage MFA button is disabled because MFA is not enabled">المصادقة متعددة العوامل معطلة حاليًا</string>
Copy file name to clipboardExpand all lines: auth/src/main/res/values-b+es+419/strings.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -197,4 +197,5 @@
197
197
198
198
<!-- Tooltips -->
199
199
<stringname="fui_new_accounts_disabled_tooltip"translation_description="Tooltip shown when sign-up button is disabled because new accounts are not allowed">This button is currently disabled because new accounts are not allowed</string>
200
+
<stringname="fui_mfa_disabled_tooltip"translation_description="Tooltip shown when manage MFA button is disabled because MFA is not enabled">Multi-factor authentication is currently disabled</string>
Copy file name to clipboardExpand all lines: auth/src/main/res/values-bg/strings.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -179,4 +179,5 @@
179
179
180
180
<!-- Tooltips -->
181
181
<stringname="fui_new_accounts_disabled_tooltip"translation_description="Tooltip shown when sign-up button is disabled because new accounts are not allowed">This button is currently disabled because new accounts are not allowed</string>
182
+
<stringname="fui_mfa_disabled_tooltip"translation_description="Tooltip shown when manage MFA button is disabled because MFA is not enabled">Многофакторната автентификация в момента е деактивирана</string>
Copy file name to clipboardExpand all lines: auth/src/main/res/values-bn/strings.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -180,4 +180,5 @@
180
180
181
181
<!-- Tooltips -->
182
182
<stringname="fui_new_accounts_disabled_tooltip"translation_description="Tooltip shown when sign-up button is disabled because new accounts are not allowed">This button is currently disabled because new accounts are not allowed</string>
183
+
<stringname="fui_mfa_disabled_tooltip"translation_description="Tooltip shown when manage MFA button is disabled because MFA is not enabled">মাল্টি-ফ্যাক্টর প্রমাণীকরণ বর্তমানে নিষ্ক্রিয়</string>
Copy file name to clipboardExpand all lines: auth/src/main/res/values-ca/strings.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -180,4 +180,5 @@
180
180
181
181
<!-- Tooltips -->
182
182
<stringname="fui_new_accounts_disabled_tooltip"translation_description="Tooltip shown when sign-up button is disabled because new accounts are not allowed">This button is currently disabled because new accounts are not allowed</string>
183
+
<stringname="fui_mfa_disabled_tooltip"translation_description="Tooltip shown when manage MFA button is disabled because MFA is not enabled">L\'autenticació multifactor està desactivada actualment</string>
Copy file name to clipboardExpand all lines: auth/src/main/res/values-cs/strings.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -179,4 +179,5 @@
179
179
180
180
<!-- Tooltips -->
181
181
<stringname="fui_new_accounts_disabled_tooltip"translation_description="Tooltip shown when sign-up button is disabled because new accounts are not allowed">This button is currently disabled because new accounts are not allowed</string>
182
+
<stringname="fui_mfa_disabled_tooltip"translation_description="Tooltip shown when manage MFA button is disabled because MFA is not enabled">Vícefaktorové ověřování je aktuálně zakázáno</string>
0 commit comments