BookStack\Http\Controllers\Auth\RegisterController::showAwaitingConfirmation PHP Method

showAwaitingConfirmation() public method

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
return Illuminate\View\View
    public function showAwaitingConfirmation()
    {
        return view('auth/user-unconfirmed');
    }