posabsolute

Results 9 issues of posabsolute

When I try to login the script throw no errors, but I am obviously not logged in as var_dump($user->emails()->all()); report unauthorized using $user->setCredentials(new Authentication\Basic('username', 'password')); $user->login();

https://github.com/yeahoffline/redis-mock/issues/185 Fix sadd when being called with a single member. Example code: ``` mockRedis = require("redis-mock").createClient(); mockRedis.sadd("setName", "member"); ``` Since only two arguments are passed, the check on line 11...

Improve label & inputs default error styling

- how to use props validation - Explain the simple validation store access for custom component