only show "connect with hello" if deployed in cloud mode.

This commit is contained in:
Jason Kulatunga 2022-10-30 17:28:29 -07:00
parent 14492b0483
commit 29e143c8c1
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
</div>
</form>
<div class="pt-4 pb-3">
<div *ngIf="showExternalIdP" class="pt-4 pb-3">
<div class="hello-container">
<button (click)="idpConnectHello($event)" class="hello-btn"></button>
<button class="hello-about"></button>