replacecd Laravel title

This commit is contained in:
2025-10-31 13:02:23 +01:00
parent ec06d280ea
commit 8e98c151f8
6 changed files with 29 additions and 3 deletions
@@ -148,6 +148,13 @@ new class extends Component {
}
}
public function with(): array
{
return [
'title' => __('Two-Factor Authentication'),
];
}
/**
* Get the current modal configuration state.
*/