Remove unused fat

This commit is contained in:
2024-10-20 14:10:36 -04:00
parent 28d74503df
commit 905d3747d2
48 changed files with 20 additions and 792 deletions

View File

@@ -1,5 +1,4 @@
using Hutopy.Application.AzureBlobStorage.Constants;
using Hutopy.Infrastructure.AzureBlob;
using Hutopy.Infrastructure.BlobStorage;
using Hutopy.Infrastructure.Identity;
using Hutopy.Web.Common;

View File

@@ -1,5 +1,4 @@
using Hutopy.Application.AzureBlobStorage.Constants;
using Hutopy.Infrastructure.AzureBlob;
using Hutopy.Infrastructure.BlobStorage;
using Hutopy.Infrastructure.Identity;
namespace Hutopy.Web.Features.Users.Handlers;

View File

@@ -30,8 +30,7 @@ public class GoogleUserInfo
[PublicAPI]
public record LoginWithGoogleRequest(
string Token)
: IRequest<LoginWithGoogleResponse>;
string Token);
public record LoginWithGoogleResponse(
string AccessToken,