(core) Revert part of the recent tweaks to AppHeader

Summary:
In non-SaaS Grist, the AppHeader will no longer link to templates
page. Also, the last visited site is now reset when switching accounts.

Test Plan: Existing tests.

Reviewers: jarek

Reviewed By: jarek

Differential Revision: https://phab.getgrist.com/D4048
This commit is contained in:
George Gevoian
2023-09-19 01:31:22 -04:00
parent 927e92e3e8
commit d1826987bb
5 changed files with 16 additions and 8 deletions

View File

@@ -93,7 +93,7 @@ describe("Fork", function() {
it(`can create an ${content} unsaved document when ${mode}`, async function() {
let visitedSites: string[];
if (mode === 'anonymous') {
visitedSites = ['Grist Templates'];
visitedSites = ['@Guest'];
await personal.anon.login();
} else {
visitedSites = ['Test Grist', `@${personal.name}`];