Skip to content

Commit 04c9753

Browse files
committed
fix: correct supabase_flutter init log
1 parent 7b1f7cf commit 04c9753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/supabase_flutter/lib/src/supabase.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class Supabase {
107107
accessToken: accessToken,
108108
);
109109
_instance._debugEnable = debug ?? kDebugMode;
110-
_instance.log('***** Supabase init completed $_instance');
110+
_instance.log('***** Supabase init completed *****');
111111

112112
_instance._supabaseAuth = SupabaseAuth();
113113
await _instance._supabaseAuth.initialize(options: authOptions);

0 commit comments

Comments
 (0)