id's toegevoegd
Some checks failed
Docker Image CI / deploy (push) Blocked by required conditions
Docker Image CI / build-and-push (push) Has been cancelled

This commit is contained in:
2025-03-14 16:53:23 +01:00
parent 9173855aa6
commit 0007c5aea9
2 changed files with 18 additions and 7 deletions

View File

@@ -6,11 +6,11 @@
</header>
<tui-textfield>
<label tuiLabel>Gebruikersnaam</label>
<input formControlName="username" placeholder="Voer je gebruikersnaam in" tuiTextfield/>
<input formControlName="username" placeholder="Voer je gebruikersnaam in" id="username" tuiTextfield/>
</tui-textfield>
<tui-textfield>
<label tuiLabel>Wachtwoord</label>
<input formControlName="password" type="password" placeholder="Voer je wachtwoord in" tuiTextfield/>
<input formControlName="password" type="password" placeholder="Voer je wachtwoord in" id="password" tuiTextfield/>
</tui-textfield>
<tui-error [error]="computedError"/>
<footer>