frontend: comment out unused form section in users permissions component

This commit is contained in:
juancarmore 2025-08-22 12:30:51 +02:00
parent 5b2b26fef9
commit 9ee5519520

View File

@ -56,7 +56,7 @@
<mat-divider class="section-divider"></mat-divider> <mat-divider class="section-divider"></mat-divider>
<mat-card-content> <mat-card-content>
<div class="form-section"> <!-- <div class="form-section">
<div class="form-field-header"> <div class="form-field-header">
<h3>User Authentication</h3> <h3>User Authentication</h3>
<ov-pro-feature-badge class="users-pro-badge"></ov-pro-feature-badge> <ov-pro-feature-badge class="users-pro-badge"></ov-pro-feature-badge>
@ -75,7 +75,7 @@
<mat-option value="oauth" [disabled]="true">Multi-user (only OAuth)</mat-option> <mat-option value="oauth" [disabled]="true">Multi-user (only OAuth)</mat-option>
</mat-select> </mat-select>
</mat-form-field> </mat-form-field>
</div> </div> -->
<!-- Change Admin Password --> <!-- Change Admin Password -->
<form [formGroup]="adminCredentialsForm" (ngSubmit)="onSaveAdminCredentials()"> <form [formGroup]="adminCredentialsForm" (ngSubmit)="onSaveAdminCredentials()">