Skip to content

Commit

Permalink
print
Browse files Browse the repository at this point in the history
  • Loading branch information
riverscuomo committed Jul 16, 2024
1 parent 651b692 commit 76d269f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ class _MyHomePageState extends State<MyHomePage> {

print('Loaded config:');
print('Redirect URI: $redirectUri');
print('here>: $clientSecret');

if (widget.initialAuthCode != null) {
_exchangeCodeForToken(widget.initialAuthCode!);
Expand Down

0 comments on commit 76d269f

Please sign in to comment.