File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -314,7 +314,9 @@ class ClientIO extends ClientBase with ClientMixin {
314314 callbackUrlScheme: callbackUrlScheme != null && _customSchemeAllowed
315315 ? callbackUrlScheme
316316 : "{{spec .title | caseLower }}-callback-" + config['project']!,
317- preferEphemeral: true,
317+ options: const FlutterWebAuth2Options(
318+ intentFlags: ephemeralIntentFlags,
319+ ),
318320 ).then((value) async {
319321 Uri url = Uri.parse(value);
320322 final key = url.queryParameters['key'];
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies:
2020 sdk: flutter
2121 cookie_jar: ^4.0.3
2222 device_info_plus: ^9.0.2
23- flutter_web_auth_2: ^2.1.4
23+ flutter_web_auth_2: ^3.0.0
2424 http: ' >=0.13.6 <1 .0.1'
2525 package_info_plus: ^4.0.2
2626 path_provider: ^2.0.15
You can’t perform that action at this time.
0 commit comments