We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f69981e commit 0053e5aCopy full SHA for 0053e5a
1 file changed
MyApp.ServiceInterface/RegisterService.cs
@@ -48,7 +48,7 @@ public IdentityRegistrationValidator()
48
}
49
50
public class RegisterService(UserManager<ApplicationUser> userManager, IEmailSender<ApplicationUser> emailSender, AppConfig appConfig)
51
- : IdentityRegisterServiceBase<ApplicationUser, string>(userManager)
+ : IdentityRegisterServiceBase<ApplicationUser, IdentityRole, string>(userManager)
52
{
53
string AppBaseUrl => appConfig.AppBaseUrl ?? Request.GetBaseUrl();
54
string ApiBaseUrl => appConfig.ApiBaseUrl ?? Request.GetBaseUrl();
0 commit comments