diff --git a/src/route-widgets/root/EmailForm/DetectEmailAutofillService.tsx b/src/route-widgets/root/EmailForm/DetectEmailAutofillService.tsx index 402bc04..1b12989 100644 --- a/src/route-widgets/root/EmailForm/DetectEmailAutofillService.tsx +++ b/src/route-widgets/root/EmailForm/DetectEmailAutofillService.tsx @@ -49,7 +49,7 @@ export default function DetectEmailAutofillService({ const handleFound = useCallback( (type: AliasType) => { if (domains.includes(type)) { - if (hasShownModal) { + if (!hasShownModal) { setType(type) setHasShownModal(true)