mirror of
https://github.com/bitwarden/browser.git
synced 2025-03-19 14:49:13 +01:00
web vault page title
This commit is contained in:
parent
4d25077108
commit
7e97c04d1e
@ -6,9 +6,9 @@ angular
|
||||
link: function (scope, element) {
|
||||
var listener = function (event, toState, toParams, fromState, fromParams) {
|
||||
// Default title
|
||||
var title = 'bitwarden Password Manager';
|
||||
var title = 'bitwarden Web Vault';
|
||||
if (toState.data && toState.data.pageTitle) {
|
||||
title = toState.data.pageTitle + ' - bitwarden Password Manager';
|
||||
title = toState.data.pageTitle + ' - ' + title;
|
||||
}
|
||||
|
||||
$timeout(function () {
|
||||
|
@ -78,7 +78,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||
<base href="/" />
|
||||
|
||||
<title page-title>bitwarden.com Password Manager</title>
|
||||
<title page-title>bitwarden Web Vault</title>
|
||||
|
||||
<!-- @if !selfHosted -->
|
||||
<script src="https://js.stripe.com/v2/"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user