Skip to content

Commit

Permalink
Update title for help page (travis-ci#2051)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorta authored Jun 19, 2019
1 parent 3cb68de commit 7d9cbd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/routes/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { inject as service } from '@ember/service';
export default Route.extend({
auth: service(),

title: 'Travis CI - Help Center',

afterModel() {
const { currentUser } = this.auth;
return this.auth.refreshUserData(currentUser, ['user.emails']);
Expand Down

0 comments on commit 7d9cbd3

Please sign in to comment.