Skip to content

Commit 5c4ab8c

Browse files
committed
minor change
1 parent 874adb5 commit 5c4ab8c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/core/providers/supabase_provider.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ class SupabaseService extends StateHandler {
137137
// For desktop, usually 'http://localhost:port' or similar is used.
138138
final String? redirectUrl =
139139
kIsWeb
140-
? 'http://localhost:3000/dashboard' // For web development
140+
? 'http://cookethflow.cookethcompany.xyz/dashboard' // For web development
141141
: (Platform.isAndroid || Platform.isIOS
142142
? 'myapp://login-callback/'
143143
: null); // For mobile/desktop
@@ -162,7 +162,7 @@ class SupabaseService extends StateHandler {
162162
try {
163163
final String? redirectUrl =
164164
kIsWeb
165-
? 'http://localhost:3000/dashboard' // For web development
165+
? 'http://cookethflow.cookethcompany.xyz/dashboard' // For web development
166166
: (Platform.isAndroid || Platform.isIOS
167167
? 'my.scheme://my-host'
168168
: null); // Replace with your actual scheme

0 commit comments

Comments
 (0)