-
Invariant Violation: View config getter callback for component `input` must be a function (received `undefined`). Make sure to start component names with a capital letter.
-
Improve Hatch to allow multiple validations for each parameter/property.
``` ruby
class LoginForm
include Hatch
certify('email', 'must_be_present') do |email|
!email.nil? && !email.empty?
…
-
When I run a feature using step definitions from `_wellKnownStepDefinitions` the tests fail due to not finding step definitions.
Expected:
* I run the test
* The email field gets filled with…
-
I want to implement credential management API in our organisation Angular app here - https://github.com/openMF/community-app/tree/new_reskin
I have a loginForm.html in views and LoginFormController…
mbj36 updated
7 years ago
-
_Original issue by @utpaul on [2019-09-16T11:56:36Z](https://github.com/ionic-team/ionic/issues/19357)_
**Short description of the problem:**
My Ionic app works perfectly when testing in browser t…
-
For example, I got a login form and register form in the same auth screen, they are controlled by the authformstate.
When click a button `Not have an account`, it renders register form, so the same…
ghost updated
2 years ago
-
That was displayed on the button of window. Is current login auth out-of-date?
-
Currently BaconUser uses form. However, forms are not reusable while fieldset are. This means that if someone want to have another form with a user, he has to duplicate all the fields.
We need to cha…
-
Hi,
I'm trying to use this library but when I'm trying to login, the loginForm function from login.js doesn't follow the redirect (I'm doing a console.log of the body and it's a basic tag with a r…
-
https://github.com/EstebanRodriguezUBA/miProyectoWeb/blob/master/gitHubrepositorio/proyecto/grails-app/controllers/fiuba/sii7571/miproyecto/cuenta/CuentaController.groovy
cuentaService.validar(para…