only show "connect with hello" if deployed in cloud mode.
This commit is contained in:
parent
14492b0483
commit
29e143c8c1
|
@ -39,7 +39,7 @@
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<div class="pt-4 pb-3">
|
<div *ngIf="showExternalIdP" class="pt-4 pb-3">
|
||||||
<div class="hello-container">
|
<div class="hello-container">
|
||||||
<button (click)="idpConnectHello($event)" class="hello-btn"></button>
|
<button (click)="idpConnectHello($event)" class="hello-btn"></button>
|
||||||
<button class="hello-about"></button>
|
<button class="hello-about"></button>
|
||||||
|
|
Loading…
Reference in New Issue