Skip to content

Commit

Permalink
chore(example consts): also set iosScheme for second instance
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Marquis committed Apr 7, 2023
1 parent 476e363 commit 5df0cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter_reach_five/example/lib/const.dart
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class _SecondDataSet extends DataSet {

/// Your reach five ios scheme
@override
String get initialIosScheme => '';
String get initialIosScheme => 'reachfive-$initialClientId://callback';

/// Your reach five origin
@override
Expand Down

0 comments on commit 5df0cca

Please sign in to comment.