mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
web vault page title
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user