Files
netbird/client/server
Zoltán Papp 18b1cd443e [client] Route expired-session dialog to full re-login instead of extend
After session expiry the engine is torn down permanently (PermissionDenied
-> runCancel), so the extend flow can never succeed and the SSO round trip
was wasted before failing with "engine is not initialised". Route the
expired dialog's action to the trigger-login flow that rebuilds the client,
and fail RequestExtendAuthSession before opening the browser when the
engine is already gone.
2026-08-04 13:08:13 +02:00
..