remove old reference to password

This commit is contained in:
Alexander Bocken 2023-07-28 13:02:04 +02:00
parent 173ea23240
commit ca427492d5
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -120,7 +120,6 @@
}, },
headers: { headers: {
'content-type': 'application/json', 'content-type': 'application/json',
bearer: password,
} }
}) })
}); });
@ -169,13 +168,6 @@ input:focus-visible
flex-direction: column; flex-direction: column;
} }
} }
input[type=password]{
box-sizing: border-box;
font-size: 1.5rem;
padding-block: 0.5em;
display: inline;
width: 100%;
}
.submit_wrapper{ .submit_wrapper{
position: relative; position: relative;
margin-inline: auto; margin-inline: auto;