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