update : handle login

This commit is contained in:
enggar_ganteng 2019-01-28 17:37:43 +07:00
parent a93e97c3fd
commit e7e9121313

View File

@ -13,6 +13,7 @@ import InputAdornment from '@material-ui/core/InputAdornment';
import IconButton from '@material-ui/core/IconButton';
import { Link } from 'react-router-dom'
import {inject, observer} from 'mobx-react';
import {LINKS} from "../../routes";
@inject('appstate')
@observer