Skip to content

Commit cbac941

Browse files
EquarteyDillon Nys
authored andcommitted
fix(authenticator): Social button debug Property Type (#3608)
1 parent e58c246 commit cbac941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/authenticator/amplify_authenticator/lib/src/widgets/social/social_button.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class SocialSignInButton extends AuthenticatorButton<SocialSignInButton> {
125125
void debugFillProperties(DiagnosticPropertiesBuilder properties) {
126126
super.debugFillProperties(properties);
127127
properties
128-
..add(EnumProperty<AuthProvider>('provider', provider))
128+
..add(DiagnosticsProperty<AuthProvider>('provider', provider))
129129
..add(DoubleProperty('maxWidth', maxWidth));
130130
}
131131
}

0 commit comments

Comments
 (0)