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