frontend: comment out unused form section in users permissions component
This commit is contained in:
parent
5b2b26fef9
commit
9ee5519520
@ -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()">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user