Skip to content

Commit

Permalink
Minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Heninger committed Mar 16, 2017
1 parent b5c3b04 commit 8f5ce9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions api/src/application/user/user-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ module.exports = (
};
reply.view('user-profile', {
returnTo: request.query.redirect_uri,
title: 'User Profile',
fields: [
{
name: 'name',
Expand Down
2 changes: 1 addition & 1 deletion api/src/plugins/openid-connect/templates/layout/layout.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Log In</title>
<title>{{title}}</title>
<style type="text/css">
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
Expand Down

0 comments on commit 8f5ce9e

Please sign in to comment.