Skip to content

Commit aef439c

Browse files
committed
Fix remaining linting error
1 parent 764b82f commit aef439c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/components/supa_socials_auth.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class SupaSocialsAuth extends StatefulWidget {
125125
final SupaSocialsAuthLocalization localization;
126126

127127
const SupaSocialsAuth({
128-
Key? key,
128+
super.key,
129129
this.nativeGoogleAuthConfig,
130130
this.enableNativeAppleAuth = true,
131131
required this.socialProviders,
@@ -138,7 +138,7 @@ class SupaSocialsAuth extends StatefulWidget {
138138
this.scopes,
139139
this.queryParams,
140140
this.localization = const SupaSocialsAuthLocalization(),
141-
}) : super(key: key);
141+
});
142142

143143
@override
144144
State<SupaSocialsAuth> createState() => _SupaSocialsAuthState();

0 commit comments

Comments
 (0)