We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 180137b commit 95f6ea0Copy full SHA for 95f6ea0
1 file changed
packages/auth/amplify_auth_cognito/example/lib/screens/passkey_management.dart
@@ -102,7 +102,7 @@ class _PasskeyManagementScreenState extends State<PasskeyManagementScreen> {
102
if (_error != null)
103
Padding(
104
padding: const EdgeInsets.all(8),
105
- child: Text(
+ child: SelectableText(
106
_error!,
107
style: const TextStyle(color: Colors.red),
108
),
0 commit comments