We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1f7cf commit 04c9753Copy full SHA for 04c9753
packages/supabase_flutter/lib/src/supabase.dart
@@ -107,7 +107,7 @@ class Supabase {
107
accessToken: accessToken,
108
);
109
_instance._debugEnable = debug ?? kDebugMode;
110
- _instance.log('***** Supabase init completed $_instance');
+ _instance.log('***** Supabase init completed *****');
111
112
_instance._supabaseAuth = SupabaseAuth();
113
await _instance._supabaseAuth.initialize(options: authOptions);
0 commit comments