LoginScreen.tsx -> Passwort -> Password (#6299)

Found a typo in LoginScreen where is says Passwort instead of Password.
This commit is contained in:
kekePower 2024-04-02 18:59:37 +02:00 committed by GitHub
parent d780704752
commit 39ef8f1504
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,7 @@ export const LoginScreen = ()=>{
<input {...register('username', {
required: true
})} className="login-textinput input-control" type="text" placeholder="Username"/>
<div>Passwort</div>
<div>Password</div>
<span className="icon-input">
<input {...register('password', {
required: true