mirror of
https://github.com/BradNut/weddingsite
synced 2025-09-08 17:40:36 +00:00
Login name default.
This commit is contained in:
parent
7400a5b50d
commit
38bf62d5dc
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ const Login = () => {
|
|||
const router = useRouter();
|
||||
|
||||
const { inputs, handleChange, clearForm, resetForm } = useForm({
|
||||
username: 'ibwedding',
|
||||
username: 'weddinguser',
|
||||
password: '',
|
||||
penguin: 'penguin',
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue