9080981990
- remove flash on /verify - remove flash on signInUp - remove useless redirections and hooks - Remove DefaultHomePage component - Move redirections to /objects/companies in PageChangeEffect - add useShowAuthModal hooks and tests - add usePageChangeEffectNaviteLocation hooks and tests - fix refresh token expired produces blank screen
7 lines
191 B
TypeScript
7 lines
191 B
TypeScript
import { createState } from 'twenty-ui';
|
|
|
|
export const isDefaultLayoutAuthModalVisibleState = createState<boolean>({
|
|
key: 'isDefaultLayoutAuthModalVisibleState',
|
|
defaultValue: false,
|
|
});
|