How to create a React Login only form (no Registration)

How to create a Login only, but no Registration form because it is an internal app and the logic is simply when username and password (hashed) match initialized username and password that is created once upon app launch. Thanks

Have you taken a look at the login page in the react branch of todos?