ente/web/packages
Manav Rathi 147d79c64f
[web][photos] Fix infinite loop on half-logins (#1197)
Fix an infinite loop of navigation under the following conditions: key
is valid
but token is not present.

Fix is to match the condition used in both gallery

    if (!key || !token) {

and the root page.

They seemed to have diverged in commit
c3304571a9.

Was able to reproduce this when launching the desktop app such that the
key was
picked up (possibly from a prior installation) from the secure keychain,
but the
token was not found. I feel this is also a fix for a similar navigation
loop
recently reported by QA but unreproducible so far.
2024-03-25 19:11:07 +05:30
..
accounts Match the condition in one more place 2024-03-25 17:44:27 +05:30
build-config Move into web/ 2024-03-01 12:21:07 +05:30
eslint-config Remove unused vscode extension support 2024-03-19 19:17:01 +05:30
next [web] Change the command to fetch the git SHA 2024-03-25 20:10:38 +09:00
shared Prepare for test 2024-03-25 15:39:29 +05:30
ui Move into web/ 2024-03-01 12:21:07 +05:30
utils [web] Remove Sentry 2024-03-12 13:24:33 +05:30