### What? - Removes the tenant cookie when the user logs out - Prevents double redirect to globals when no tenant is selected ### Why? There were a couple scenarios where the cookie and the tenant did not match, ie if you logged into 1 tenant, and then out and then into another tenant.
8 lines
151 B
TypeScript
8 lines
151 B
TypeScript
export const tenantsSlug = 'tenants'
|
|
|
|
export const usersSlug = 'users'
|
|
|
|
export const menuItemsSlug = 'food-items'
|
|
|
|
export const menuSlug = 'food-menu'
|