Jonathan Adams
Results
1
issues of
Jonathan Adams
As the title states the anonymous user is always returned when trying to log in. ``` angular.module('angular-drupal').config(function($provide) { $provide.value('drupalSettings', { sitePath: 'http://api.circuit-territory.vm' }); }); ``` ``` drupal.userLogin('test', 'test!').then(function(data) { console.log(data);...
bug
8.x