Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
完成一部分迁移
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiichiamane committed May 18, 2019
1 parent a67fc28 commit 770d1f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PixivFSUWP/LoginPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ private async void Login()
try
{
if (useToken)
res = await GlobalBaseAPI.Auth(RefreshToken: refreshToken);
res = await GlobalBaseAPI.Auth(refreshToken);
else
res = await GlobalBaseAPI.Auth(username, password);
success = true;
Expand Down
2 changes: 1 addition & 1 deletion PixivFSUWP/PixivFSUWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
<Version>5.1.1</Version>
</PackageReference>
<PackageReference Include="PixivCS">
<Version>0.1.5</Version>
<Version>0.1.7</Version>
</PackageReference>
<PackageReference Include="Win2D.uwp">
<Version>1.23.0</Version>
Expand Down

0 comments on commit 770d1f7

Please sign in to comment.