0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-05-18 14:21:05 +00: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
No known key found for this signature in database
GPG key ID: 46D9F943C24A2EF9
2 changed files with 8 additions and 0 deletions
app/Users/Controllers

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',