Prefill workspace invitation email, fixes #7174 --------- Co-authored-by: ad-elias <elias@autodiligence.com> Co-authored-by: Félix Malfait <felix@twenty.com> Co-authored-by: Antoine Moreaux <moreaux.antoine@gmail.com>
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
import { createState } from 'twenty-ui';
|
||||
|
||||
export const isDeveloperDefaultSignInPrefilledState = createState<boolean>({
|
||||
key: 'isDeveloperDefaultSignInPrefilledState',
|
||||
defaultValue: false,
|
||||
});
|
||||
@ -1,6 +0,0 @@
|
||||
import { createState } from 'twenty-ui';
|
||||
|
||||
export const isSignInPrefilledState = createState<boolean>({
|
||||
key: 'isSignInPrefilledState',
|
||||
defaultValue: false,
|
||||
});
|
||||
Reference in New Issue
Block a user