Skip to content

Commit

Permalink
Merge pull request #4442 from cisagov/feat/removeEncryptLandingPage
Browse files Browse the repository at this point in the history
Remove insidious encrypt
  • Loading branch information
randywoods authored Feb 14, 2025
2 parents 02158f0 + c9a2a10 commit 121dde5
Showing 1 changed file with 1 addition and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,18 +101,7 @@ <h3 class="mt-0" *ngIf="sortedAssessments?.length > 0">{{ t('my assessments') }}
</label>
</div>

<!-- Don't show the encryption for ACET/ISE. They don't want it. -->
<div *ngIf="!this.ncuaSvc.switchStatus">
<div *ngIf="this.configSvc.installationMode != 'ACET'" style="border: 1px solid gray;"
class="p-2">
<input type="checkbox" id="prevent_encrypt" name="prevent_encrypt"
class="checkbox-custom" [(ngModel)]="preventEncrypt"
(change)="updateEncryptPreference()"
matTooltip="{{ t('tooltip.prevent encryption') }}">
<label for="prevent_encrypt" class="checkbox-custom-label"
style="margin: 0 5px;">{{t('prevent encryption')}}</label>
</div>
</div>


</div>
<div *ngIf="unsupportedImportFile"
Expand Down

0 comments on commit 121dde5

Please sign in to comment.