Skip to content

Login component

Alexandre Soler Sanandres requested to merge login-component into develop

First approach for a login form.

Related to #25 (closed)

I've added the route /login in App.jsx so you can watch it.

It is a simple email and password form. The authentication itself is faked. The combination email alex@email.de with any password is accepted. All other combinations fail.

Edited by Alexandre Soler Sanandres

Merge request reports