Ignore:
Timestamp:
10/25/21 21:49:53 (3 years ago)
Author:
Berat Kjufliju <kufliju@…>
Branches:
develop, master
Children:
e756bd9
Parents:
05e57e2
Message:

added 2fa, bug fixes, edited blades

File:
1 edited

Legend:

Unmodified
Added
Removed
  • app/Http/Controllers/Auth/ForgotPasswordController.php

    r05e57e2 r1c25bcf  
    33namespace App\Http\Controllers\Auth;
    44
     5use App\Helpers\Alert;
    56use App\Http\Requests\Auth\ForgotPasswordRequest;
    67use App\Models\User;
     
    3334        $user->notify(new ForgotPassword($user));
    3435
    35         $request->session()->flash("forgotInfo", "We have sent an email to your inbox.");
     36        Alert::flash( "We have sent an email to your inbox", "error");
    3637
    3738        return redirect()->route("auth.forgotShow");
Note: See TracChangeset for help on using the changeset viewer.