feat(fixing forms tunnel & wip dashboard)

This commit is contained in:
2026-04-08 14:02:36 +02:00
parent c848a8b47f
commit 341032162a
20 changed files with 330 additions and 275 deletions

View File

@@ -36,6 +36,6 @@ class PasswordResetLinkController extends Controller
$request->only('email')
);
return back()->with('status', __('A reset link will be sent if the account exists.'));
return back()->with('status', __('passwords.sent_if_exists'));
}
}