BookStack\Http\Controllers\Auth\RegisterController::showAwaitingConfirmation PHP Метод

showAwaitingConfirmation() публичный Метод

Shows a notice that a user's email address has not been confirmed, Also has the option to re-send the confirmation email.
public showAwaitingConfirmation ( ) : Illuminate\View\View
Результат Illuminate\View\View
    public function showAwaitingConfirmation()
    {
        return view('auth/user-unconfirmed');
    }