ente/web/apps
Manav Rathi eecb8b70f4
[web][photos] Fix infinite loop on half-logins
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 16:48:08 +05:30
..
accounts ente -> Ente 2024-03-23 12:22:16 +05:30
auth [web] Update translations for the non-photos apps 2024-03-18 20:01:37 +05:30
cast EXtract common queueProcessor 2024-03-23 18:49:22 +05:30
photos [web][photos] Fix infinite loop on half-logins 2024-03-25 16:48:08 +05:30