Skip to content

Commit

Permalink
Fixed another visual issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMaeder committed May 26, 2020
1 parent e088d0d commit 42fd97e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ private void retrieveNewAccessToken() {
new Credential(
BearerToken.authorizationHeaderAccessMethod())
.setAccessToken(response.getBody().jsonPath().getString("access_token")))
.setApplicationName("")
.setApplicationName("DriveBackupV2")
.build();
}

Expand Down

0 comments on commit 42fd97e

Please sign in to comment.