Changeset 0a1fb54 for app/Http/Controllers/Auth
- Timestamp:
- 11/23/21 22:01:52 (3 years ago)
- Branches:
- master
- Children:
- dbc5976
- Parents:
- 4d73966
- Location:
- app/Http/Controllers/Auth
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
app/Http/Controllers/Auth/CreatePasswordController.php
r4d73966 r0a1fb54 36 36 $user->save(); 37 37 38 return redirect()->route("auth. loginShow");38 return redirect()->route("auth.showLogin"); 39 39 } 40 40 } -
app/Http/Controllers/Auth/VerifyLoginController.php
r4d73966 r0a1fb54 6 6 use App\Http\Controllers\Controller; 7 7 use App\Models\User; 8 use App\Notifications\VerifyUser; 8 9 use Illuminate\Http\Request; 9 10 use App\Services\Hashid; 11 use Illuminate\Support\Carbon; 10 12 11 13 class VerifyLoginController extends Controller
Note:
See TracChangeset
for help on using the changeset viewer.