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:
parent
fabc854390
commit
f55e7ca3c9
2 changed files with 8 additions and 0 deletions
app/Users/Controllers
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue