Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 07af514c authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

Unify the IDs of two excluding inputs passwordExpireOn_id

parent b3285d97
No related branches found
No related tags found
No related merge requests found
Pipeline #104165 passed with warnings
......@@ -152,7 +152,7 @@
<ngx-mat-datetime-picker #passwordExpireOnPicker [showSpinners]="true" [showSeconds]="false"
[hideTime]="false"></ngx-mat-datetime-picker>
<ng-template #noPasswordExpirySet>
<input id="passwordExpireOnMessage_id" matInput placeholder="Valid until" style="color: red"
<input id="passwordExpireOn_id" matInput placeholder="Valid until" style="color: red"
matTooltip="Default password set by system admin! User must change password immediately!"
value="Default or null password"
maxlength="255" disabled>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment