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.
2 parents 7df3de3 + 2910252 commit 1063187Copy full SHA for 1063187
templates/flutter/lib/src/client_io.dart.twig
@@ -190,6 +190,7 @@ class ClientIO extends ClientBase with ClientMixin {
190
url: url.toString(),
191
callbackUrlScheme: "appwrite-callback-" + config['project']!,
192
).then((value) async {
193
+ Uri url = Uri.parse(value);
194
final key = url.queryParameters['key'];
195
final secret = url.queryParameters['secret'];
196
if (key == null || secret == null) {
0 commit comments