Skip to content

Commit

Permalink
remove the extra metadata controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
dshukertjr committed Oct 4, 2024
1 parent d23266f commit 791a5c1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/src/components/supa_email_auth.dart
Original file line number Diff line number Diff line change
Expand Up @@ -197,15 +197,13 @@ class SupaEmailAuth extends StatefulWidget {
/// Localization for the form
final SupaEmailAuthLocalization localization;


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

/// Icons or custom prefix widgets for email UI
final Widget? prefixIconEmail;
final Widget? prefixIconPassword;


/// {@macro supa_email_auth}
const SupaEmailAuth({
super.key,
Expand Down Expand Up @@ -233,7 +231,6 @@ class _SupaEmailAuthState extends State<SupaEmailAuth> {
final _formKey = GlobalKey<FormState>();
final _emailController = TextEditingController();
final _passwordController = TextEditingController();
late final Map<MetaDataField, TextEditingController> _metadataControllers;
late bool _isSigningIn;
late final Map<String, MetadataController> _metadataControllers;

Expand Down

0 comments on commit 791a5c1

Please sign in to comment.