Skip to content

Commit 2d59344

Browse files
committed
remove my supa project credentials
1 parent e904b57 commit 2d59344

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/lib/main.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import 'package:supabase_auth_ui/supabase_auth_ui.dart';
77
void main() async {
88
WidgetsFlutterBinding.ensureInitialized();
99
await Supabase.initialize(
10-
url: 'https://hvjjvggueouofkqafawj.supabase.co',
11-
anonKey: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Imh2amp2Z2d1ZW91b2ZrcWFmYXdqIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDM5ODA2MTMsImV4cCI6MjA1OTU1NjYxM30.m0VSa8jdoNcJFmS18xMwtM0P9yblakd2QgEXkW5kAqU',
10+
url: 'https://yoursupabaseurl.supabase.co',
11+
anonKey: 'your_anon_key',
1212
);
1313
runApp(const MyApp());
1414
}

0 commit comments

Comments
 (0)