This commit is contained in:
2026-04-29 20:58:36 -04:00
parent 20f8a14bfb
commit 43bcf449fd
126 changed files with 524 additions and 394 deletions

View File

@@ -1,7 +1,7 @@
using Socialize.Modules.Identity.Models;
using Socialize.Api.Modules.Identity.Models;
using Microsoft.AspNetCore.Identity;
namespace Socialize.Modules.Identity;
namespace Socialize.Api.Modules.Identity;
public static class IdentityResultExtensions
{