Skip to content

Commit

Permalink
Fix Google token file name.
Browse files Browse the repository at this point in the history
  • Loading branch information
phw198 committed Aug 28, 2024
1 parent 87e8853 commit 361e7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OutlookGoogleCalendarSync/Google/Authenticator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class Authenticator {
private Boolean authenticated = false;
public Boolean Authenticated { get { return authenticated; } }

public const String TokenFile = "global::Google.Apis.Auth.OAuth2.Responses.TokenResponse-user";
public const String TokenFile = "Google.Apis.Auth.OAuth2.Responses.TokenResponse-user";
private String tokenFullPath;
private Boolean tokenFileExists { get { return File.Exists(tokenFullPath); } }

Expand Down

0 comments on commit 361e7b2

Please sign in to comment.