Login name default.

This commit is contained in:
Bradley Shellnut 2021-06-03 18:00:43 -07:00
parent 7400a5b50d
commit 38bf62d5dc

View file

@ -84,7 +84,7 @@ const Login = () => {
const router = useRouter();
const { inputs, handleChange, clearForm, resetForm } = useForm({
username: 'ibwedding',
username: 'weddinguser',
password: '',
penguin: 'penguin',
});