Skip to content

Commit

Permalink
Update AppData.java
Browse files Browse the repository at this point in the history
  • Loading branch information
automation555 authored Sep 27, 2022
1 parent fcb9b42 commit c3be7d3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public void setAuthUser(AuthUser authUser) {
}

@Nullable public String getAccessToken() {
System.out.println("test");
return authUser == null ? null : authUser.getAccessToken();
}

Expand Down

0 comments on commit c3be7d3

Please sign in to comment.