Remove data in login form.

This commit is contained in:
Alexis Lahouze 2017-06-11 09:18:00 +02:00
parent eba176c000
commit e494967888
1 changed files with 2 additions and 2 deletions

View File

@ -114,8 +114,8 @@ var loginModule = angular.module('accountant.login', [
var vm = this;
vm.data = {
email: 'user@example.com',
password: 'password'
email: null,
password: null
};
vm.ok = function() {