mirror of
https://github.com/foss42/apidash.git
synced 2025-12-03 03:17:00 +08:00
fix: improve oauth2 field
This commit is contained in:
@@ -65,6 +65,7 @@ Future<oauth2.Client> oAuth2AuthorizationCodeGrantHandler({
|
||||
log('OAuth2 authorization successful, saving credentials');
|
||||
|
||||
await credentialsFile.writeAsString(client.credentials.toJson());
|
||||
log(client.credentials.toJson());
|
||||
|
||||
return client;
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user