(core) Add page titles to login and error pages

Summary:
Login and error pages now have their own unique page titles. This also fixes
the bug with the signed-out page having a page title of "Error".

Test Plan: Browser tests.

Reviewers: jarek

Reviewed By: jarek

Differential Revision: https://phab.getgrist.com/D3479
This commit is contained in:
George Gevoian
2022-06-10 12:13:11 -07:00
parent 0350e2df58
commit 02dd96daf2
2 changed files with 11 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
<link rel="icon" type="image/x-icon" href="icons/favicon.png" />
<link rel="stylesheet" href="icons/icons.css">
<!-- INSERT CUSTOM -->
<title>Error<!-- INSERT TITLE SUFFIX --></title>
<title>Loading...<!-- INSERT TITLE SUFFIX --></title>
</head>
<body>
<!-- INSERT ERROR -->