Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit a863378

Browse files
committed
fixed: localizedFallbackTitle will not sent if it is null
1 parent a2598cb commit a863378

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/local_auth/lib/auth_strings.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ class IOSAuthMessages {
8484
'goToSettingDescriptionIOS':
8585
goToSettingsDescription ?? iOSGoToSettingsDescription,
8686
'okButton': cancelButton ?? iOSOkButton,
87-
'localizedFallbackTitle': localizedFallbackTitle ?? '',
8887
};
8988

9089
if (localizedFallbackTitle != null) {

0 commit comments

Comments
 (0)