mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-22 22:05:21 +02:00
Make app work with login.
This commit is contained in:
@@ -6,7 +6,6 @@ define(['./module'], function(mod) {
|
||||
var data = {
|
||||
name: $scope.signin.name.$modelValue
|
||||
, email: $scope.signin.email.$modelValue
|
||||
, redirect: $scope.signin.redirect.$modelValue
|
||||
}
|
||||
$scope.invalid = false
|
||||
$http.post('/api/v1/auth', data)
|
||||
|
||||
Reference in New Issue
Block a user