Fix signup submit disabled when waiting for captcha without provider (#9796)
This commit is contained in:
@ -2,7 +2,7 @@ import { createState } from '@ui/utilities/state/utils/createState';
|
||||
|
||||
import { Captcha } from '~/generated/graphql';
|
||||
|
||||
export const captchaProviderState = createState<Captcha | null>({
|
||||
key: 'captchaProviderState',
|
||||
export const captchaState = createState<Captcha | null>({
|
||||
key: 'captchaState',
|
||||
defaultValue: null,
|
||||
});
|
||||
Reference in New Issue
Block a user