We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce52a0f commit 033f6e6Copy full SHA for 033f6e6
src/Presentation/Nop.Web/Views/Customer/Register.cshtml
@@ -394,9 +394,9 @@
394
<div class="buttons">
395
<input type="submit" id="register-button" class="button-1 register-next-step-button" value="@T("Account.Register.Button")" name="register-button" />
396
</div>
397
- <div class="external-authentication">
398
- @await Component.InvokeAsync("ExternalMethods", "ExternalAuthentication")
399
- </div>
400
</form>
+ <div class="external-authentication">
+ @await Component.InvokeAsync("ExternalMethods", "ExternalAuthentication")
+ </div>
401
402
0 commit comments