For a login page, you do not need to set the attributes during the Create Object action.
When using Create Object in a nanoflow, especially for helper entities used in forms, do not set the members. This way, the LoginHelper object is created empty, and the user fills in the UserName and Password fields on the page.
Then, in the Sign in button’s nanoflow or microflow, you can use those entered values to execute your business logic.