mirror of
https://github.com/bitwarden/clients.git
synced 2026-02-08 01:44:08 +08:00
* initialize timer to null * default undefined length to 0 using nullish operator * optional chaining and explicit null check on tab presence * add optional chainning where relevant for sender tab id * explicit null checks and data guards set for sender and modifyLoginData * address feedback and make explicit undefined checks to avoid possible valid tabid rejection * explicit tab check on setupNotificationInitTrigger