You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CU - Update HandleTokenCallbackURL to a query instead of mutation and update getAuthSettings to getFirstTimeLogin and reduce redux state management.
#10158
Open
Sparowhawk opened this issue
Nov 12, 2024
· 0 comments
But this ticket is to cover the work of updating handleTokenCallbackURL to a query instead of a mutation. Allowing us to get rid of the loginFinish and Start functions. It should also allow us to simplify the redux state management to handle some of the variables such as login, logout, loading, and syncing, by migrating those to the corresponding queries.
Once that is pulled out we can also change getAuthSettings to getFirstTimeLogin and have it return a boolean or combine it with the remaining state management stuff in the redux slice.
The text was updated successfully, but these errors were encountered:
Comment are here #8192
But this ticket is to cover the work of updating handleTokenCallbackURL to a query instead of a mutation. Allowing us to get rid of the loginFinish and Start functions. It should also allow us to simplify the redux state management to handle some of the variables such as login, logout, loading, and syncing, by migrating those to the corresponding queries.
Once that is pulled out we can also change getAuthSettings to getFirstTimeLogin and have it return a boolean or combine it with the remaining state management stuff in the redux slice.
The text was updated successfully, but these errors were encountered: