mateus-sartorio / ecommerce-app-frontend

Ecommerce app made with Flutter.
GNU General Public License v3.0
0 stars 0 forks source link

Register page button not working #21

Open mateus-sartorio opened 9 months ago

mateus-sartorio commented 9 months ago

Sometimes clicking on the register button on the registration page does not lead to the registration confirmation page. The registration request is still sent to the backend thou.

mateus-sartorio commented 9 months ago

Problem happens because the HTTP request has to be finished before the confirmation page can be loaded. Add some sort of loading indication and make the register button unclickable while the request finishes.