Skip to content

Commit 1152ab4

Browse files
authored
Remove intentFlags from FlutterWebAuth2Options
Removed the 'intentFlags' parameter from FlutterWebAuth2Options.
1 parent ac31311 commit 1152ab4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/flutter/lib/src/client_io.dart.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ class ClientIO extends ClientBase with ClientMixin {
335335
? callbackUrlScheme
336336
: "{{spec.title | caseLower}}-callback-${config['project']!}",
337337
options: const FlutterWebAuth2Options(
338-
intentFlags: ephemeralIntentFlags,
339338
useWebview: false,
340339
),
341340
).then((value) async {

0 commit comments

Comments
 (0)