feat: Phase 5 - polish, validation, rate limiting, Dutch translations
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Http\Controllers\Auth;
|
||||
|
||||
use App\Http\Controllers\Controller;
|
||||
@@ -24,6 +26,6 @@ class PasswordController extends Controller
|
||||
'password' => Hash::make($validated['password']),
|
||||
]);
|
||||
|
||||
return back()->with('status', 'password-updated');
|
||||
return back()->with('status', __('Password updated successfully.'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user