Skip to content

Commit 033f6e6

Browse files
committed
nopSolutions#2603 External authentication cannot be nested in customer registration form tag
1 parent ce52a0f commit 033f6e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Presentation/Nop.Web/Views/Customer/Register.cshtml

+3-3
Original file line numberDiff line numberDiff line change
@@ -394,9 +394,9 @@
394394
<div class="buttons">
395395
<input type="submit" id="register-button" class="button-1 register-next-step-button" value="@T("Account.Register.Button")" name="register-button" />
396396
</div>
397-
<div class="external-authentication">
398-
@await Component.InvokeAsync("ExternalMethods", "ExternalAuthentication")
399-
</div>
400397
</form>
398+
<div class="external-authentication">
399+
@await Component.InvokeAsync("ExternalMethods", "ExternalAuthentication")
400+
</div>
401401
</div>
402402
</div>

0 commit comments

Comments
 (0)