mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
10097c5423
Summary: The old regex for login pages, /gristlogin/, used to handle test login pages too, matching on a query param set in the URL. A recent change to make the regex more specific broke this. This fixes that regression by adding an additional check to isOnLoginPage for the presence of the test login page. Test Plan: N/A (fixing test) Reviewers: paulfitz Reviewed By: paulfitz Subscribers: paulfitz Differential Revision: https://phab.getgrist.com/D3300 |
||
---|---|---|
.. | ||
ActionLog.ts | ||
DuplicateDocument.ts | ||
Fork.ts | ||
gristUtils.ts | ||
HomeIntro.ts | ||
homeUtil.ts | ||
Smoke.ts | ||
testServer.ts | ||
testUtils.ts |