1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

User Account: Ensured page titles for pages and api tokens

This commit is contained in:
Dan Brown
2023-10-19 15:24:48 +01:00
parent fabc854390
commit f55e7ca3c9
2 changed files with 8 additions and 0 deletions

View File

@ -40,6 +40,8 @@ class UserAccountController extends Controller
*/
public function showProfile()
{
$this->setPageTitle(trans('preferences.profile'));
return view('users.account.profile', [
'model' => user(),
'category' => 'profile',