Falko icon indicating copy to clipboard operation
Falko copied to clipboard

Separate in an error handling method part of the registration method

Open guilhermesiqueira opened this issue 5 years ago • 0 comments

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

  • [x] This issue has a significant name.
  • [ ] This issue has labels.
  • [ ] This issue has screenshots (if necessary).

guilhermesiqueira avatar Nov 26 '19 19:11 guilhermesiqueira