Open alizarda opened 7 months ago
An if statement block on the sign-up screen didn't have an error block attached to the if statement, so an error message would never occur if the user failed to log in. The issue was rectified with the inclusion of an error block.
An if statement block on the sign-up screen didn't have an error block attached to the if statement, so an error message would never occur if the user failed to log in. The issue was rectified with the inclusion of an error block.