File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments