1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-15 07:43:27 +00:00

set proper page title

This commit is contained in:
Kyle Spearrin
2018-05-03 11:33:32 -04:00
parent 173ab8cf91
commit fef65c5209
2 changed files with 2 additions and 1 deletions

View File

@@ -86,6 +86,7 @@ export function initFactory(): Function {
const htmlEl = window.document.documentElement;
htmlEl.classList.add('os_' + platformUtilsService.getDeviceString());
htmlEl.classList.add('locale_' + i18nService.translationLocale);
window.document.title = i18nService.t('bitwardenDirectoryConnector');
let installAction = null;
const installedVersion = await storageService.get<string>(ConstantsService.installedVersionKey);

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bitwarden</title>
<title>Bitwarden Directory Connector</title>
<base href="">
</head>
<body>