chatwoot/app/javascript/dashboard
Shivam Mishra 5cfac31f93
fix: return if user is not present (#9768)
Fixes
https://chatwoot-p3.sentry.io/share/issue/aa6a3c0accb345e984ed80eaddc3efd5/

In the case where the user is redirected to the page from a redirect
like google login, the analytics helper breaks. This PR fixes it by
checking if the user is present.

This does not break the user email tracking since the user is redirected
anyway and the `AnalyticsHelper` is reinitialised
2024-07-15 17:42:35 +05:30
..
api feat: Use vitest instead of jest, run all the specs anywhere in app/ folder in the CI (#9722) 2024-07-10 08:32:16 -07:00
assets chore: Remove word spacing from p (#9353) 2024-05-06 18:27:56 -07:00
components feat: Use vitest instead of jest, run all the specs anywhere in app/ folder in the CI (#9722) 2024-07-10 08:32:16 -07:00
composables feat: Use vitest instead of jest, run all the specs anywhere in app/ folder in the CI (#9722) 2024-07-10 08:32:16 -07:00
constants feat: Better SLA missed events popover (#9215) 2024-04-10 12:49:38 +05:30
helper fix: return if user is not present (#9768) 2024-07-15 17:42:35 +05:30
i18n feat: Enable gmail channel (#9622) 2024-06-13 13:01:05 +05:30
mixins feat: Use vitest instead of jest, run all the specs anywhere in app/ folder in the CI (#9722) 2024-07-10 08:32:16 -07:00
modules chore: Move frontend authorization to permission based system (#9709) 2024-07-03 15:13:16 -07:00
routes fix: TypeError cannot read properties of undefined (reading 'data') (#9766) 2024-07-12 09:21:40 +05:30
store feat: Use vitest instead of jest, run all the specs anywhere in app/ folder in the CI (#9722) 2024-07-10 08:32:16 -07:00
App.vue feat: Reconnect logic (#9453) 2024-06-03 15:54:19 +05:30
featureFlags.js feat: Linear front end (#9491) 2024-05-23 11:58:24 +05:30