mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Correct missing test in user-edit template
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
<input
|
||||
type="text" id="email" i18n-placeholder placeholder="mail@example.com" class="form-control"
|
||||
formControlName="email" [ngClass]="{ 'input-error': formErrors['email'] }"
|
||||
autocomplete="off" [readonly]="user.pluginAuth !== null"
|
||||
autocomplete="off" [readonly]="user && user.pluginAuth !== null"
|
||||
>
|
||||
<div *ngIf="formErrors.email" class="form-error">
|
||||
{{ formErrors.email }}
|
||||
|
||||
Reference in New Issue
Block a user