fix: restore timed break after identity hydration
All checks were successful
CI / lint (pull_request) Successful in 4m19s
CI / build-release (pull_request) Successful in 10s
CI / browser-journey (pull_request) Successful in 7m16s
CI / release-candidate (pull_request) Has been skipped

This commit is contained in:
timmy 2026-08-26 01:56:33 +00:00
parent f4d6f9176c
commit af16f987f1

View File

@ -5569,6 +5569,7 @@
planningOwnerLogin = retainedPlanningLogin;
planningOwnerAccountKey = retainedPlanningLogin && snapshot.context.user?.id ?
String(snapshot.context.user.id) + ':' + retainedPlanningLogin : '';
timerView.render();
updatePlanningAvailability();
if (planningOwnerLogin) {
syncPendingTomorrow();