|
|
|
@ -13,10 +13,19 @@ |
|
|
|
* See the License for the specific language governing permissions and |
|
|
|
* limitations under the License. |
|
|
|
*/ |
|
|
|
|
|
|
|
/* eslint-disable import/no-unresolved, import/default */ |
|
|
|
|
|
|
|
import logoSvg from '../../svg/logo_title_white.svg'; |
|
|
|
|
|
|
|
/* eslint-enable import/no-unresolved, import/default */ |
|
|
|
|
|
|
|
/*@ngInject*/ |
|
|
|
export default function LoginController(toast, loginService, userService/*, $rootScope, $log, $translate*/) { |
|
|
|
var vm = this; |
|
|
|
|
|
|
|
vm.logoSvg = logoSvg; |
|
|
|
|
|
|
|
vm.user = { |
|
|
|
name: '', |
|
|
|
password: '' |
|
|
|
|