Skip to content

Commit

Permalink
https://github.com/OpenConext/OpenConext-manage/issues/65
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Feb 1, 2022
1 parent 48cef50 commit 1700fc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manage-gui/src/pages/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class App extends React.PureComponent {
if (currentUser && currentUser.uid) {
configuration().then(configuration =>
this.setState({loading: false, currentUser: currentUser, configuration: configuration}));
window.document.title = `${currentUser.product.name} - ${currentUser.product.organization}`;
} else {
this.handleBackendDown();
}
Expand Down

0 comments on commit 1700fc5

Please sign in to comment.