Skip to content

Commit

Permalink
替换 justauth.wiki 域名,该域名暂时不可用,请使用 justauth.cn
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyd-c committed Apr 11, 2023
1 parent 5171fb8 commit 0d599d7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ public void login() {
.state(state)
.build();
AuthResponse response = request.login(callback);
Assert.assertNotNull(response);
AuthUser user = (AuthUser) response.getData();
Assert.assertNotNull(user);
System.out.println(JSON.toJSONString(user));
}

Expand Down

0 comments on commit 0d599d7

Please sign in to comment.