Починил кнопку назад в форме пароля

This commit is contained in:
SleepWalker 2016-03-01 22:52:59 +02:00
parent 57f0cf30e6
commit b9ab4be45f

View File

@ -1,6 +1,7 @@
import AbstractState from './AbstractState';
import CompleteState from './CompleteState';
import ForgotPasswordState from './ForgotPasswordState';
import LoginState from './LoginState';
export default class PasswordState extends AbstractState {
enter(context) {