Skip to content

Commit

Permalink
Better indication of isSigningIn parameter
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler <[email protected]>
  • Loading branch information
kowalgregy and dshukertjr authored Jul 11, 2024
1 parent f224c1f commit 6133254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/components/supa_email_auth.dart
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class SupaEmailAuth extends StatefulWidget {
final SupaEmailAuthLocalization localization;

/// Whether the form should display sign-in or sign-up initially
final bool isSigningIn;
final bool isInitiallySigningIn;

/// {@macro supa_email_auth}
const SupaEmailAuth({
Expand Down

0 comments on commit 6133254

Please sign in to comment.