Pagekit\User\Controller\ResetPasswordController::indexAction PHP 메소드

indexAction() 공개 메소드

public indexAction ( )
    public function indexAction()
    {
        if (App::user()->isAuthenticated()) {
            return App::redirect();
        }
        return ['$view' => ['title' => __('Reset'), 'name' => 'system/user/reset-request.php'], 'error' => ''];
    }