Discord auth form ...
... with some fake database.
const fakeDatabase = [
{ email: 'john@hello.com', name: 'johnyy', password: 'potato' },
{ email: 'phil@hello.com', name: 'phil1', password: 'tomato' },
{ email: 'andrew@hello.com', name: 'andreee', password: 'banana' },
{ email: 'jack@hello.com', name: 'thejack', password: 'passw0rd' },
{ email: 'martin@hello.com', name: 'mart1n', password: 'martin' },
]