mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
User Account: Ensured page titles for pages and api tokens
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user