Skip to content

Commit cec4b0c

Browse files
authored
Merge pull request #774 from TechnologyEnhancedLearning/TD-4192-RemovedHttpPost-Call
TD-4192-Removed Httt post call to allow account creation
2 parents 0b746df + d1c3ff0 commit cec4b0c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

LearningHub.Nhs.WebUI/Controllers/AccountController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,6 @@ public async Task<IActionResult> CreateAccountProfessionalRegNumber(AccountCreat
656656
/// </summary>
657657
/// <returns>The <see cref="IActionResult"/>.</returns>
658658
/// <param name="accountCreationViewModel">accountCreationViewModel.</param>
659-
[HttpPost]
660659
[Route("Registration/CreateAccountGradeSelection")]
661660
[ResponseCache(CacheProfileName = "Never")]
662661
[TypeFilter(typeof(RedirectMissingMultiPageFormData), Arguments = new object[] { nameof(MultiPageFormDataFeature.AddRegistrationPrompt) })]

0 commit comments

Comments
 (0)