File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
src/Identity/Extensions.Core/src Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -2463,16 +2463,13 @@ private IUserClaimStore<TUser> GetClaimStore()
2463
2463
return cast ;
2464
2464
}
2465
2465
2466
-
2467
2466
/// <summary>
2468
2467
/// Generates the token purpose used to change email.
2469
2468
/// </summary>
2470
2469
/// <param name="newEmail">The new email address.</param>
2471
2470
/// <returns>The token purpose.</returns>
2472
- protected static string GetChangeEmailTokenPurpose ( string newEmail )
2473
- {
2474
- return "ChangeEmail:" + newEmail ;
2475
- }
2471
+ public static string GetChangeEmailTokenPurpose ( string newEmail )
2472
+ => "ChangeEmail:" + newEmail ;
2476
2473
2477
2474
/// <summary>
2478
2475
/// Should return <see cref="IdentityResult.Success"/> if validation is successful. This is
You can’t perform that action at this time.
0 commit comments