falko-org / Falko

:chart_with_upwards_trend: Falko (Front-End): Platform for agile projects management :bar_chart:
MIT License
15 stars 11 forks source link

Separate in an error handling method part of the registration method #413

Open guilhermesiqueira opened 4 years ago

guilhermesiqueira commented 4 years ago

Description

The register method of the Register.vue file has exception handling that can be separated into another method.

Expected behavior

Create a method for error handling that is separate from the registration method.

Current behavior

Everything is being done in the register method.

Steps to reproduce the behavior

Which steps have been taken to reach the problem?

Checklist