|
@@ -48,11 +48,14 @@
|
|
</div>
|
|
</div>
|
|
}
|
|
}
|
|
|
|
|
|
- <div class="separator separator-content my-10">
|
|
|
|
- <span class="w-125px text-gray-500 fw-semibold fs-7">
|
|
|
|
- <TL>Or with email</TL>
|
|
|
|
- </span>
|
|
|
|
- </div>
|
|
|
|
|
|
+ @if (OAuth2Service.Providers.Any())
|
|
|
|
+ {
|
|
|
|
+ <div class="separator separator-content my-10">
|
|
|
|
+ <span class="w-125px text-gray-500 fw-semibold fs-7">
|
|
|
|
+ <TL>Or with email</TL>
|
|
|
|
+ </span>
|
|
|
|
+ </div>
|
|
|
|
+ }
|
|
|
|
|
|
<SmartForm Model="UserRegisterModel" OnValidSubmit="CreateUser">
|
|
<SmartForm Model="UserRegisterModel" OnValidSubmit="CreateUser">
|
|
<div class="fv-row mb-4 fv-plugins-icon-container">
|
|
<div class="fv-row mb-4 fv-plugins-icon-container">
|