@progalaxyelabs/ngx-stonescriptphp-client 1.23.3 → 1.23.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2876,8 +2876,8 @@ class TenantLoginComponent {
|
|
|
2876
2876
|
}
|
|
2877
2877
|
}
|
|
2878
2878
|
|
|
2879
|
-
<!-- OAuth Providers -->
|
|
2880
|
-
@if (effectiveOauthProviders.length > 0
|
|
2879
|
+
<!-- OAuth Providers (always visible as alternative sign-in) -->
|
|
2880
|
+
@if (effectiveOauthProviders.length > 0) {
|
|
2881
2881
|
<div class="oauth-buttons">
|
|
2882
2882
|
@for (provider of effectiveOauthProviders; track provider) {
|
|
2883
2883
|
<button
|
|
@@ -3157,8 +3157,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImpo
|
|
|
3157
3157
|
}
|
|
3158
3158
|
}
|
|
3159
3159
|
|
|
3160
|
-
<!-- OAuth Providers -->
|
|
3161
|
-
@if (effectiveOauthProviders.length > 0
|
|
3160
|
+
<!-- OAuth Providers (always visible as alternative sign-in) -->
|
|
3161
|
+
@if (effectiveOauthProviders.length > 0) {
|
|
3162
3162
|
<div class="oauth-buttons">
|
|
3163
3163
|
@for (provider of effectiveOauthProviders; track provider) {
|
|
3164
3164
|
<button
|