We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca3e23 commit 30bd430Copy full SHA for 30bd430
auth.js
@@ -36,7 +36,7 @@ kidstuff.auth.module.provider('auth',function() {
36
37
auth.login = function(email, password, success, error) {
38
$http({
39
- method: 'GET',
+ method: 'POST',
40
url: config.endPoint+'/tokens',
41
params:{
42
email: email,
0 commit comments