mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(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:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user