@onairos/react-native 3.6.3 → 3.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/api/index.js +1 -1
- package/lib/commonjs/components/BodyText.js +1 -1
- package/lib/commonjs/components/BrandMark.js +1 -1
- package/lib/commonjs/components/CodeInput.js +1 -1
- package/lib/commonjs/components/EmailInput.js +1 -1
- package/lib/commonjs/components/GoogleButton.js +1 -1
- package/lib/commonjs/components/HeadingGroup.js +1 -1
- package/lib/commonjs/components/LLMDataInputModal.js +1 -1
- package/lib/commonjs/components/ModalHeader.js +1 -1
- package/lib/commonjs/components/ModalSheet.js +1 -1
- package/lib/commonjs/components/Onairos.js +1 -1
- package/lib/commonjs/components/OnairosButton.js +1 -1
- package/lib/commonjs/components/OnairosSignInButton.js +1 -1
- package/lib/commonjs/components/Overlay.js +1 -1
- package/lib/commonjs/components/PersonaImage.js +1 -1
- package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
- package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
- package/lib/commonjs/components/PinCreationScreen.js +1 -1
- package/lib/commonjs/components/PinInput.js +1 -1
- package/lib/commonjs/components/PlatformConnectorsStep.js +1 -1
- package/lib/commonjs/components/PlatformList.js +1 -1
- package/lib/commonjs/components/PlatformToggle.js +1 -1
- package/lib/commonjs/components/PrimaryButton.js +1 -1
- package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
- package/lib/commonjs/components/SignInStep.js +1 -1
- package/lib/commonjs/components/UniversalOnboarding.js +1 -1
- package/lib/commonjs/components/VerificationStep.js +1 -1
- package/lib/commonjs/components/WelcomeScreen.js +1 -1
- package/lib/commonjs/components/icons/Basicproficon.js +1 -1
- package/lib/commonjs/components/icons/Basicprofile.js +1 -1
- package/lib/commonjs/components/icons/Checkbox.js +1 -1
- package/lib/commonjs/components/icons/Checkmark.js +1 -1
- package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
- package/lib/commonjs/components/icons/Contenticon.js +1 -1
- package/lib/commonjs/components/icons/EnochE.js +1 -1
- package/lib/commonjs/components/icons/Personalityicon.js +1 -1
- package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
- package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
- package/lib/commonjs/components/icons/Userpreferences.js +1 -1
- package/lib/commonjs/components/icons/index.js +1 -1
- package/lib/commonjs/components/onboarding/OAuthWebView.js +1 -1
- package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
- package/lib/commonjs/components/onboarding/PinInput.js +1 -1
- package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
- package/lib/commonjs/config/api.js +1 -1
- package/lib/commonjs/constants/index.js +1 -1
- package/lib/commonjs/context/AuthContext.js +1 -1
- package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
- package/lib/commonjs/hooks/useConnections.js +1 -1
- package/lib/commonjs/hooks/useCredentials.js +1 -1
- package/lib/commonjs/hooks/useUserConnections.js +1 -1
- package/lib/commonjs/index.js +1 -1
- package/lib/commonjs/services/apiClient.js +1 -1
- package/lib/commonjs/services/apiKeyService.js +1 -1
- package/lib/commonjs/services/authService.js +1 -1
- package/lib/commonjs/services/biometricPinService.js +1 -1
- package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
- package/lib/commonjs/services/chatGPTConversationService.js +1 -1
- package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
- package/lib/commonjs/services/claudeConversationService.js +1 -1
- package/lib/commonjs/services/connectedAccountsService.js +1 -1
- package/lib/commonjs/services/googleAuthService.js +1 -1
- package/lib/commonjs/services/hingeDataExtractor.js +1 -1
- package/lib/commonjs/services/hingeDataService.js +1 -1
- package/lib/commonjs/services/imageCompressionService.js +1 -1
- package/lib/commonjs/services/instagramDataExtractor.js +1 -1
- package/lib/commonjs/services/instagramDataService.js +1 -1
- package/lib/commonjs/services/jwtStorageService.js +1 -1
- package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
- package/lib/commonjs/services/linkedinProfileService.js +1 -1
- package/lib/commonjs/services/linkedinScrapingService.js +1 -1
- package/lib/commonjs/services/llmDataStorage.js +1 -1
- package/lib/commonjs/services/mobileTrainingService.js +1 -1
- package/lib/commonjs/services/oauthService.js +1 -1
- package/lib/commonjs/services/pinEncryptionService.js +1 -1
- package/lib/commonjs/services/pinStorageUtils.js +1 -1
- package/lib/commonjs/services/platformAuthService.js +1 -1
- package/lib/commonjs/services/sephoraDataExtractor.js +1 -1
- package/lib/commonjs/services/sephoraDataService.js +1 -1
- package/lib/commonjs/services/storageService.js +1 -1
- package/lib/commonjs/services/telegramDataExtractor.js +1 -1
- package/lib/commonjs/services/telegramDataService.js +1 -1
- package/lib/commonjs/services/trainingApiHelpers.js +1 -1
- package/lib/commonjs/services/userConnectionsService.js +1 -1
- package/lib/commonjs/services/youtubeMigrationService.js +1 -1
- package/lib/commonjs/theme/index.js +1 -1
- package/lib/commonjs/types/index.js +1 -1
- package/lib/commonjs/types.js +1 -1
- package/lib/commonjs/utils/Portal.js +1 -1
- package/lib/commonjs/utils/api.js +1 -1
- package/lib/commonjs/utils/assetRegistry.js +1 -1
- package/lib/commonjs/utils/auth.js +1 -1
- package/lib/commonjs/utils/connectorTests.js +1 -1
- package/lib/commonjs/utils/crypto.js +1 -1
- package/lib/commonjs/utils/debugHelper.js +1 -1
- package/lib/commonjs/utils/encryption.js +1 -1
- package/lib/commonjs/utils/eventUtils.js +1 -1
- package/lib/commonjs/utils/haptics.js +1 -1
- package/lib/commonjs/utils/imagePreloader.js +1 -1
- package/lib/commonjs/utils/networkDiagnostics.js +1 -1
- package/lib/commonjs/utils/onairosApi.js +1 -1
- package/lib/commonjs/utils/programmaticFlow.js +1 -1
- package/lib/commonjs/utils/retryHelper.js +1 -1
- package/lib/commonjs/utils/secureStorage.js +1 -1
- package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
- package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
- package/lib/commonjs/utils/webviewScripts/hinge.js +1 -1
- package/lib/commonjs/utils/webviewScripts/index.js +1 -1
- package/lib/commonjs/utils/webviewScripts/instagram.js +1 -1
- package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
- package/lib/commonjs/utils/webviewScripts/sephora.js +1 -1
- package/lib/commonjs/utils/webviewScripts/telegram.js +1 -1
- package/lib/module/api/index.js +1 -1
- package/lib/module/components/BodyText.js +1 -1
- package/lib/module/components/BrandMark.js +1 -1
- package/lib/module/components/CodeInput.js +1 -1
- package/lib/module/components/EmailInput.js +1 -1
- package/lib/module/components/GoogleButton.js +1 -1
- package/lib/module/components/HeadingGroup.js +1 -1
- package/lib/module/components/LLMDataInputModal.js +1 -1
- package/lib/module/components/ModalHeader.js +1 -1
- package/lib/module/components/ModalSheet.js +1 -1
- package/lib/module/components/Onairos.js +1 -1
- package/lib/module/components/OnairosButton.js +1 -1
- package/lib/module/components/OnairosSignInButton.js +1 -1
- package/lib/module/components/Overlay.js +1 -1
- package/lib/module/components/PersonaImage.js +1 -1
- package/lib/module/components/PersonaLoadingScreen.js +1 -1
- package/lib/module/components/PersonalizationConsentScreen.js +1 -1
- package/lib/module/components/PinCreationScreen.js +1 -1
- package/lib/module/components/PinInput.js +1 -1
- package/lib/module/components/PlatformConnectorsStep.js +1 -1
- package/lib/module/components/PlatformList.js +1 -1
- package/lib/module/components/PlatformToggle.js +1 -1
- package/lib/module/components/PrimaryButton.js +1 -1
- package/lib/module/components/SignInMatchAnimation.js +1 -1
- package/lib/module/components/SignInStep.js +1 -1
- package/lib/module/components/UniversalOnboarding.js +1 -1
- package/lib/module/components/VerificationStep.js +1 -1
- package/lib/module/components/WelcomeScreen.js +1 -1
- package/lib/module/components/icons/Basicproficon.js +1 -1
- package/lib/module/components/icons/Basicprofile.js +1 -1
- package/lib/module/components/icons/Checkbox.js +1 -1
- package/lib/module/components/icons/Checkmark.js +1 -1
- package/lib/module/components/icons/Contentanalysis.js +1 -1
- package/lib/module/components/icons/Contenticon.js +1 -1
- package/lib/module/components/icons/EnochE.js +1 -1
- package/lib/module/components/icons/Personalityicon.js +1 -1
- package/lib/module/components/icons/Personalityprofile.js +1 -1
- package/lib/module/components/icons/Personalitytraits.js +1 -1
- package/lib/module/components/icons/Userpreferences.js +1 -1
- package/lib/module/components/onboarding/OAuthWebView.js +1 -1
- package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
- package/lib/module/components/onboarding/PinInput.js +1 -1
- package/lib/module/components/onboarding/PlatformConnector.js +1 -1
- package/lib/module/config/api.js +1 -1
- package/lib/module/constants/index.js +1 -1
- package/lib/module/context/AuthContext.js +1 -1
- package/lib/module/hooks/useConnectedAccounts.js +1 -1
- package/lib/module/hooks/useConnections.js +1 -1
- package/lib/module/hooks/useCredentials.js +1 -1
- package/lib/module/hooks/useUserConnections.js +1 -1
- package/lib/module/index.js +1 -1
- package/lib/module/services/apiClient.js +1 -1
- package/lib/module/services/apiKeyService.js +1 -1
- package/lib/module/services/authService.js +1 -1
- package/lib/module/services/biometricPinService.js +1 -1
- package/lib/module/services/chatGPTConversationExtractor.js +1 -1
- package/lib/module/services/chatGPTConversationService.js +1 -1
- package/lib/module/services/claudeConversationExtractor.js +1 -1
- package/lib/module/services/claudeConversationService.js +1 -1
- package/lib/module/services/connectedAccountsService.js +1 -1
- package/lib/module/services/googleAuthService.js +1 -1
- package/lib/module/services/hingeDataExtractor.js +1 -1
- package/lib/module/services/hingeDataService.js +1 -1
- package/lib/module/services/imageCompressionService.js +1 -1
- package/lib/module/services/instagramDataExtractor.js +1 -1
- package/lib/module/services/instagramDataService.js +1 -1
- package/lib/module/services/jwtStorageService.js +1 -1
- package/lib/module/services/linkedinDOMExtractor.js +1 -1
- package/lib/module/services/linkedinProfileService.js +1 -1
- package/lib/module/services/linkedinScrapingService.js +1 -1
- package/lib/module/services/llmDataStorage.js +1 -1
- package/lib/module/services/mobileTrainingService.js +1 -1
- package/lib/module/services/oauthService.js +1 -1
- package/lib/module/services/pinEncryptionService.js +1 -1
- package/lib/module/services/pinStorageUtils.js +1 -1
- package/lib/module/services/platformAuthService.js +1 -1
- package/lib/module/services/sephoraDataExtractor.js +1 -1
- package/lib/module/services/sephoraDataService.js +1 -1
- package/lib/module/services/storageService.js +1 -1
- package/lib/module/services/telegramDataExtractor.js +1 -1
- package/lib/module/services/telegramDataService.js +1 -1
- package/lib/module/services/trainingApiHelpers.js +1 -1
- package/lib/module/services/userConnectionsService.js +1 -1
- package/lib/module/services/youtubeMigrationService.js +1 -1
- package/lib/module/theme/index.js +1 -1
- package/lib/module/types.js +1 -1
- package/lib/module/utils/Portal.js +1 -1
- package/lib/module/utils/api.js +1 -1
- package/lib/module/utils/assetRegistry.js +1 -1
- package/lib/module/utils/auth.js +1 -1
- package/lib/module/utils/connectorTests.js +1 -1
- package/lib/module/utils/crypto.js +1 -1
- package/lib/module/utils/debugHelper.js +1 -1
- package/lib/module/utils/encryption.js +1 -1
- package/lib/module/utils/eventUtils.js +1 -1
- package/lib/module/utils/haptics.js +1 -1
- package/lib/module/utils/networkDiagnostics.js +1 -1
- package/lib/module/utils/onairosApi.js +1 -1
- package/lib/module/utils/programmaticFlow.js +1 -1
- package/lib/module/utils/retryHelper.js +1 -1
- package/lib/module/utils/secureStorage.js +1 -1
- package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
- package/lib/module/utils/webviewScripts/claude.js +1 -1
- package/lib/module/utils/webviewScripts/hinge.js +1 -1
- package/lib/module/utils/webviewScripts/index.js +1 -1
- package/lib/module/utils/webviewScripts/instagram.js +1 -1
- package/lib/module/utils/webviewScripts/linkedin.js +1 -1
- package/lib/module/utils/webviewScripts/sephora.js +1 -1
- package/lib/module/utils/webviewScripts/telegram.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x2d7f(_0x20bf34,_0x2d7f67){_0x20bf34=_0x20bf34-0x0;const _0x4276d9=_0x20bf();let _0xa87622=_0x4276d9[_0x20bf34];return _0xa87622;}import React,{useState,useEffect}from'react';import{View,Text,StyleSheet,KeyboardAvoidingView,Platform,Keyboard}from'react-native';import{COLORS,SPACING}from'../theme';function _0x20bf(){const _0x192416=['com','org','net','edu','mil','int','app','dev','online','site','web','info','co.uk','com.au','co.nz','co.za','co.jp','co.kr','co.in','org.uk','net.au','ac.uk','edu.au','con','ocm','comm','comn','ogr','orgg','rog','nte','nett','ent','bet','ioo','lio','gmial','gmil','gmal','outlok','outloo','outlokk','yaho','yhoo','hotmai','hotmal','\x20Did\x20you\x20mean\x20.net?','Please\x20enter\x20a\x20valid\x20email\x20address','keyboardDidShow','NCjpa','QfbRl','vom','copm','\x20Did\x20you\x20mean\x20.org?','\x20Did\x20you\x20mean\x20.io?','VZMgP','yahoo','icloud','yLxph','aol','zoho','vCCFh','outlook.co.uk','hotmail.co.uk','vqaKt','yCtAR','trim','toLowerCase','test','daYvZ','dvkxy','log','dMOGP','fkhEu','lastIndexOf','substring','ChuaY','split','bZPks','UUylr','cLmGV','SQfZc','length','has','rbdpS','yycja','Adsuy','lwRmf','phwrB','cpm','SgCXx','vdyIe','afoos','BrPnV','urqRE','pgymc','GbBhz','YBDFk','AvsFJ','khYOQ','AgKVj','PAgBB','YdyZt','mbKKP','KElkj','lUqqY','eMZOF','NXVoa','Invalid\x20email\x20domain\x20(.','phOlR','FwWOu','slice','join','gmail','UIRIT','sbQKr','amLao','AzQWu','hotmail','BxAvp','cOPuH','Did\x20you\x20mean\x20','CTzRy','protonmail','BynKn','includes','pwKRC','XSpoS','DfcGr','HLRis','yahoo.co.jp','rShhS','MAnYP','zaAlJ','LTWUq','Cbowi','nMBZS','remove','AbpeL','MQMGv','reviewer','reviewer@bypass.com','gzQqG','❌\x20Email\x20validation\x20failed:','Invalid\x20email\x20address','✅\x20Email\x20validation\x20passed','DtrXX','keyboardDidHide','ios','padding','DoRQv','JZFtt','McxjA','🔍\x20Reviewer\x20bypass\x20detected\x20in\x20new\x20UI','tlaVG','yaxGf','🧪\x20Test\x20bypass\x20detected\x20-\x20skipping\x20to\x20verification\x20screen','gmdHE','NwwvR','lVRmp','isValid','XeZyF','error','BhGxX','CnsMV','mqulC','kJTcN','YGesw','MxfBn','addListener','xEtPK','SMPQc','ZGnpH','PQbIg','createElement','dtfRk','QwrrT','height','container','headingContainer','Build\x20your\x20Onairos\x20persona\x20to\x20own\x20your\x20digital\x20identity','subtitle','inputContainer','zssNc','#9CA3AF','errorText','ZmhLV','dividerContainer','dividerLine','googleContainer','spacer','continueContainer','qmWCw','create','100%','IBM\x20Plex\x20Sans','700','left','400','grey600','#E5E5E5','Inter','grey500','#DC3545'];_0x20bf=function(){return _0x192416;};return _0x20bf();}import _0x129a2b from'./EmailInput';import _0x6045e2 from'./GoogleButton';import _0x4e3722 from'./PrimaryButton';const VALID_TLDS=new Set([_0x2d7f(0x0),_0x2d7f(0x1),_0x2d7f(0x2),_0x2d7f(0x3),'gov',_0x2d7f(0x4),_0x2d7f(0x5),'io','co','ai',_0x2d7f(0x6),_0x2d7f(0x7),'tech',_0x2d7f(0x8),_0x2d7f(0x9),_0x2d7f(0xa),_0x2d7f(0xb),'biz','me','tv','cc','xyz','uk','us','ca','au','de','fr','it','es','nl','be','ch','at','se','no','dk','fi','jp','cn','kr','in','br','mx','ar','ru','pl','cz','ie','nz','za','sg','hk','tw','pt','gr','tr','il','ae','sa','eg','ng','ke','gh','ph','id','my','th','vn',_0x2d7f(0xc),_0x2d7f(0xd),_0x2d7f(0xe),_0x2d7f(0xf),'com.br',_0x2d7f(0x10),_0x2d7f(0x11),_0x2d7f(0x12),_0x2d7f(0x13),_0x2d7f(0x14),'gov.uk',_0x2d7f(0x15),_0x2d7f(0x16)]),INVALID_TLDS=new Set([_0x2d7f(0x17),'cmo','vom',_0x2d7f(0x18),'cm','cpm','ckm','om',_0x2d7f(0x19),_0x2d7f(0x1a),'copm',_0x2d7f(0x1b),'og',_0x2d7f(0x1c),_0x2d7f(0x1d),'rg',_0x2d7f(0x1e),'ne',_0x2d7f(0x1f),_0x2d7f(0x20),_0x2d7f(0x21),'oi',_0x2d7f(0x22),_0x2d7f(0x23),'gmai',_0x2d7f(0x24),_0x2d7f(0x25),_0x2d7f(0x26),'gamil',_0x2d7f(0x27),_0x2d7f(0x28),_0x2d7f(0x29),'yahooo',_0x2d7f(0x2a),_0x2d7f(0x2b),_0x2d7f(0x2c),_0x2d7f(0x2d),'hotmial']),validateEmail=_0x5b8d17=>{const _0x41c90e={'zFdbx':'🧪\x20Test\x20bypass\x20detected\x20-\x20skipping\x20to\x20verification\x20screen','dMOGP':function(_0x3a5f51,_0x50ea2c){return _0x3a5f51(_0x50ea2c);},'fkhEu':'test@bypass.com','KxuTa':_0x2d7f(0x2e),'FwWOu':_0x2d7f(0x2f),'daYvZ':function(_0x24d305,_0x595147){return _0x24d305===_0x595147;},'nMBZS':_0x2d7f(0x30),'AbpeL':function(_0x50e25e,_0x3085f4){return _0x50e25e(_0x3085f4);},'MQMGv':function(_0x376f6a,_0x4e1274){return _0x376f6a(_0x4e1274);},'dvkxy':_0x2d7f(0x31),'ChuaY':function(_0x4156a3,_0x35a5aa){return _0x4156a3+_0x35a5aa;},'bZPks':function(_0x36a904,_0x1350eb){return _0x36a904<_0x1350eb;},'UUylr':'RZUue','cLmGV':_0x2d7f(0x32),'hpGJT':function(_0x13a8c8,_0x38e518){return _0x13a8c8-_0x38e518;},'SQfZc':function(_0x5cbf24,_0x62579b){return _0x5cbf24>=_0x62579b;},'rbdpS':function(_0x47a0b9,_0x43ed4e){return _0x47a0b9===_0x43ed4e;},'bhAVY':_0x2d7f(0x17),'yycja':'cmo','Adsuy':_0x2d7f(0x33),'lwRmf':function(_0xc8a27c,_0x15b8da){return _0xc8a27c===_0x15b8da;},'phwrB':function(_0x8e1ef8,_0x35385e){return _0x8e1ef8===_0x35385e;},'SgCXx':_0x2d7f(0x19),'vdyIe':function(_0x4e0c55,_0x2279d5){return _0x4e0c55===_0x2279d5;},'RhLjH':'comn','FgRhp':_0x2d7f(0x34),'afoos':'\x20Did\x20you\x20mean\x20.com?','BrPnV':function(_0x4cf343,_0x599270){return _0x4cf343===_0x599270;},'urqRE':'ogr','pgymc':function(_0x749ee2,_0x2117d2){return _0x749ee2===_0x2117d2;},'GbBhz':function(_0x432045,_0x440b31){return _0x432045===_0x440b31;},'eboth':_0x2d7f(0x1c),'YBDFk':_0x2d7f(0x1d),'AvsFJ':function(_0x106ff4,_0x544caa){return _0x106ff4!==_0x544caa;},'khYOQ':'wNvxw','AgKVj':_0x2d7f(0x35),'PAgBB':_0x2d7f(0x1f),'YdyZt':'ent','mbKKP':function(_0x4924f6,_0x5734b9){return _0x4924f6===_0x5734b9;},'KElkj':'ioo','lUqqY':function(_0x403233,_0x1fc596){return _0x403233===_0x1fc596;},'eMZOF':'lio','NXVoa':_0x2d7f(0x36),'phOlR':_0x2d7f(0x37),'CYXRJ':function(_0x1a8486,_0x4ab786){return _0x1a8486<=_0x4ab786;},'UIRIT':'gmail','sbQKr':'outlook','amLao':_0x2d7f(0x38),'AzQWu':'hotmail','BxAvp':_0x2d7f(0x39),'cOPuH':_0x2d7f(0x3a),'Jysve':'InqeS','CTzRy':_0x2d7f(0x3b),'BrAev':_0x2d7f(0x3c),'BynKn':'com','pwKRC':function(_0xdfd1d8,_0x2cfd24){return _0xdfd1d8!==_0x2cfd24;},'XSpoS':function(_0x343c11,_0x3d93d7){return _0x343c11===_0x3d93d7;},'DfcGr':_0x2d7f(0x3d),'HLRis':'yahoo.co.uk','rShhS':'yahoo.com.br','MAnYP':_0x2d7f(0x3e),'zaAlJ':_0x2d7f(0x3f),'LTWUq':'hotmail.co.jp','lckkf':_0x2d7f(0x40),'Cbowi':_0x2d7f(0x41)},_0x3e9586=_0x5b8d17[_0x2d7f(0x42)]()[_0x2d7f(0x43)](),_0x4511d5=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0x4511d5[_0x2d7f(0x44)](_0x3e9586)){if(_0x41c90e[_0x2d7f(0x45)](_0x41c90e[_0x2d7f(0x46)],_0x41c90e['dvkxy']))return{'isValid':![],'error':_0x2d7f(0x2f)};else{_0x365a3b[_0x2d7f(0x47)](_0x41c90e['zFdbx']),_0x41c90e[_0x2d7f(0x48)](_0x3ddba9,_0x41c90e[_0x2d7f(0x49)]);return;}}const _0x51d272=_0x3e9586[_0x2d7f(0x4a)]('@'),_0x19ef34=_0x3e9586[_0x2d7f(0x4b)](_0x41c90e[_0x2d7f(0x4c)](_0x51d272,0x1)),_0x40532b=_0x19ef34[_0x2d7f(0x4d)]('.');if(_0x41c90e[_0x2d7f(0x4e)](_0x40532b['length'],0x2)){if(_0x41c90e[_0x2d7f(0x4f)]!==_0x41c90e[_0x2d7f(0x50)])return{'isValid':![],'error':_0x2d7f(0x2f)};else _0x2a9e19=_0x41c90e['KxuTa'];}const _0x58e8b0=_0x40532b[_0x41c90e['hpGJT'](_0x40532b['length'],0x1)],_0x4c5dd1=_0x41c90e[_0x2d7f(0x51)](_0x40532b[_0x2d7f(0x52)],0x2)?_0x40532b[_0x40532b[_0x2d7f(0x52)]-0x2]+'.'+_0x58e8b0:'';if(INVALID_TLDS[_0x2d7f(0x53)](_0x58e8b0)){let _0x191538='';if(_0x41c90e[_0x2d7f(0x54)](_0x58e8b0,_0x41c90e['bhAVY'])||_0x58e8b0===_0x41c90e[_0x2d7f(0x55)]||_0x58e8b0===_0x41c90e[_0x2d7f(0x56)]||_0x41c90e[_0x2d7f(0x57)](_0x58e8b0,_0x2d7f(0x18))||_0x41c90e[_0x2d7f(0x58)](_0x58e8b0,_0x2d7f(0x59))||_0x41c90e[_0x2d7f(0x57)](_0x58e8b0,_0x41c90e[_0x2d7f(0x5a)])||_0x41c90e[_0x2d7f(0x5b)](_0x58e8b0,_0x41c90e['RhLjH'])||_0x41c90e['lwRmf'](_0x58e8b0,_0x41c90e['FgRhp']))_0x191538=_0x41c90e[_0x2d7f(0x5c)];else{if(_0x41c90e[_0x2d7f(0x5d)](_0x58e8b0,_0x41c90e[_0x2d7f(0x5e)])||_0x41c90e[_0x2d7f(0x5f)](_0x58e8b0,'og')||_0x41c90e[_0x2d7f(0x60)](_0x58e8b0,_0x41c90e['eboth'])||_0x41c90e[_0x2d7f(0x45)](_0x58e8b0,_0x41c90e[_0x2d7f(0x61)])){if(_0x41c90e[_0x2d7f(0x62)](_0x41c90e[_0x2d7f(0x63)],_0x41c90e[_0x2d7f(0x63)]))return{'isValid':![],'error':_0x2d7f(0x2f)};else _0x191538=_0x41c90e[_0x2d7f(0x64)];}else{if(_0x58e8b0==='nte'||_0x58e8b0==='ne'||_0x58e8b0===_0x41c90e[_0x2d7f(0x65)]||_0x58e8b0===_0x41c90e[_0x2d7f(0x66)])_0x191538=_0x2d7f(0x2e);else(_0x41c90e[_0x2d7f(0x67)](_0x58e8b0,'oi')||_0x41c90e[_0x2d7f(0x45)](_0x58e8b0,_0x41c90e[_0x2d7f(0x68)])||_0x41c90e[_0x2d7f(0x69)](_0x58e8b0,_0x41c90e[_0x2d7f(0x6a)]))&&(_0x191538=_0x41c90e[_0x2d7f(0x6b)]);}}return{'isValid':![],'error':_0x2d7f(0x6c)+_0x58e8b0+').'+_0x191538};}if(_0x41c90e[_0x2d7f(0x4e)](_0x58e8b0['length'],0x2)){if(_0x41c90e['phOlR']!==_0x41c90e[_0x2d7f(0x6d)])_0x146e32=_0x2d7f(0x36);else return{'isValid':![],'error':_0x41c90e[_0x2d7f(0x6e)]};}const _0x55c588=VALID_TLDS[_0x2d7f(0x53)](_0x58e8b0)||VALID_TLDS[_0x2d7f(0x53)](_0x4c5dd1);if(!_0x55c588&&_0x41c90e['CYXRJ'](_0x58e8b0[_0x2d7f(0x52)],0x2))return{'isValid':![],'error':_0x2d7f(0x6c)+_0x58e8b0+').\x20Please\x20check\x20your\x20email.'};const _0x124a65=_0x40532b[_0x2d7f(0x6f)](0x0,-0x1)[_0x2d7f(0x70)]('.'),_0x12bad3={'gmai':_0x41c90e['UIRIT'],'gmial':_0x2d7f(0x71),'gmil':_0x41c90e[_0x2d7f(0x72)],'gmal':_0x41c90e['UIRIT'],'gamil':_0x2d7f(0x71),'outlok':_0x41c90e[_0x2d7f(0x73)],'outloo':_0x41c90e['sbQKr'],'outlokk':'outlook','yahooo':_0x41c90e[_0x2d7f(0x74)],'yaho':_0x2d7f(0x38),'yhoo':_0x41c90e[_0x2d7f(0x74)],'hotmai':_0x41c90e[_0x2d7f(0x75)],'hotmal':_0x2d7f(0x76),'hotmial':_0x41c90e['AzQWu'],'iclod':_0x41c90e[_0x2d7f(0x77)],'iclould':_0x41c90e['BxAvp']};if(_0x12bad3[_0x124a65])return _0x41c90e[_0x2d7f(0x69)](_0x41c90e[_0x2d7f(0x78)],_0x41c90e['Jysve'])?{'isValid':![],'error':_0x41c90e['FwWOu']}:{'isValid':![],'error':_0x2d7f(0x79)+_0x12bad3[_0x124a65]+'.'+_0x58e8b0+'?'};const _0xaf339a=[_0x2d7f(0x71),_0x41c90e[_0x2d7f(0x74)],_0x41c90e['AzQWu'],_0x41c90e['sbQKr'],_0x41c90e[_0x2d7f(0x77)],_0x41c90e[_0x2d7f(0x7a)],_0x2d7f(0x7b),_0x41c90e['BrAev']],_0x3fc9a2={'gmail':_0x41c90e['BynKn'],'yahoo':_0x41c90e['BynKn'],'hotmail':_0x2d7f(0x0),'outlook':_0x41c90e[_0x2d7f(0x7c)],'icloud':_0x41c90e['BynKn'],'aol':_0x41c90e[_0x2d7f(0x7c)],'protonmail':_0x41c90e['BynKn'],'zoho':_0x2d7f(0x0)};if(_0xaf339a[_0x2d7f(0x7d)](_0x124a65)&&_0x41c90e[_0x2d7f(0x7e)](_0x58e8b0,_0x3fc9a2[_0x124a65])){if(_0x41c90e[_0x2d7f(0x7f)](_0x41c90e[_0x2d7f(0x80)],_0x41c90e[_0x2d7f(0x80)])){const _0x211f7e=[_0x41c90e[_0x2d7f(0x81)],_0x2d7f(0x82),_0x41c90e[_0x2d7f(0x83)],'yahoo.com.au',_0x41c90e[_0x2d7f(0x84)],_0x41c90e[_0x2d7f(0x85)],_0x41c90e[_0x2d7f(0x86)]],_0x3c22a2=_0x124a65+'.'+_0x58e8b0;if(!_0x211f7e[_0x2d7f(0x7d)](_0x3c22a2)){if(_0x41c90e[_0x2d7f(0x7e)](_0x41c90e['lckkf'],_0x41c90e[_0x2d7f(0x87)]))return{'isValid':![],'error':_0x2d7f(0x79)+_0x124a65+'.'+_0x3fc9a2[_0x124a65]+'?'};else{const _0xe53e0f=_0x1877a5['addListener'](_0x41c90e[_0x2d7f(0x88)],()=>_0x57b4ab(!![])),_0x4db06b=_0x41f5b1['addListener']('keyboardDidHide',()=>_0x177aab(![]));return()=>{_0x4db06b===null||_0x41c90e['daYvZ'](_0x4db06b,void 0x0)||_0x4db06b[_0x2d7f(0x89)](),_0x41c90e[_0x2d7f(0x45)](_0xe53e0f,null)||_0x41c90e[_0x2d7f(0x45)](_0xe53e0f,void 0x0)||_0xe53e0f[_0x2d7f(0x89)]();};}}}else _0x41c90e[_0x2d7f(0x8a)](_0x2f20f2,_0x52090f),_0x3917f9&&_0x41c90e[_0x2d7f(0x8b)](_0x3f1f46,'');}return{'isValid':!![]};},SignInStep=({onEmailSubmit:_0x2b0eff,onGoogleSignIn:_0xbabe4f,onContinue:_0x6f4500,loading:loading=![],error:error='',initialEmail:initialEmail=''})=>{const _0x273ce7={'LKYIZ':function(_0x135d41,_0x2bb664){return _0x135d41(_0x2bb664);},'JZFtt':function(_0x48c9d0,_0x981672){return _0x48c9d0===_0x981672;},'McxjA':_0x2d7f(0x8c),'DoRQv':function(_0x3ea264,_0x324913){return _0x3ea264(_0x324913);},'SqhhG':_0x2d7f(0x8d),'tlaVG':function(_0x2d9cbb,_0x1650c2){return _0x2d9cbb===_0x1650c2;},'yaxGf':_0x2d7f(0x8e),'gmdHE':function(_0x1b7c94,_0x1fec47){return _0x1b7c94(_0x1fec47);},'NwwvR':'test@bypass.com','lVRmp':function(_0x3017fe,_0x304705){return _0x3017fe(_0x304705);},'XeZyF':_0x2d7f(0x8f),'BhGxX':_0x2d7f(0x90),'CnsMV':_0x2d7f(0x91),'PQbIg':function(_0x1a26d7,_0x7bbe04){return _0x1a26d7(_0x7bbe04);},'kJTcN':function(_0x4416bc,_0xd9f669){return _0x4416bc!==_0xd9f669;},'MxfBn':_0x2d7f(0x92),'xEtPK':_0x2d7f(0x30),'SMPQc':_0x2d7f(0x93),'spMNP':function(_0xfdc2c8,_0xd1bbbc){return _0xfdc2c8(_0xd1bbbc);},'mqulC':function(_0x8a5384,_0x5576e6,_0x5b5682){return _0x8a5384(_0x5576e6,_0x5b5682);},'dtfRk':_0x2d7f(0x94),'QwrrT':_0x2d7f(0x95),'zssNc':'done','GKOyH':function(_0x4df2b4,_0x1d1ab1){return _0x4df2b4||_0x1d1ab1;},'ZmhLV':function(_0x185924,_0x4a5ef4){return _0x185924||_0x4a5ef4;},'qmWCw':'Continue'},[_0x2e41a1,_0x171de7]=_0x273ce7[_0x2d7f(0x96)](useState,initialEmail),[_0x1efec4,_0x4a8abb]=_0x273ce7['spMNP'](useState,![]),[_0x3ff33e,_0x301e19]=useState(''),_0x288e9d=_0x8bc2ec=>{_0x171de7(_0x8bc2ec),_0x3ff33e&&_0x273ce7['LKYIZ'](_0x301e19,'');},_0x250113=()=>{if(_0x273ce7[_0x2d7f(0x97)](_0x2e41a1['toLowerCase']()[_0x2d7f(0x42)](),_0x273ce7[_0x2d7f(0x98)])){console[_0x2d7f(0x47)](_0x2d7f(0x99)),_0x273ce7[_0x2d7f(0x96)](_0x2b0eff,_0x273ce7['SqhhG']);return;}if(_0x273ce7[_0x2d7f(0x9a)](_0x2e41a1[_0x2d7f(0x43)]()[_0x2d7f(0x42)](),_0x2d7f(0x44))){if(_0x273ce7[_0x2d7f(0x9a)](_0x273ce7[_0x2d7f(0x9b)],_0x273ce7[_0x2d7f(0x9b)])){console[_0x2d7f(0x47)](_0x2d7f(0x9c)),_0x273ce7[_0x2d7f(0x9d)](_0x2b0eff,_0x273ce7[_0x2d7f(0x9e)]);return;}else return{'isValid':![],'error':_0x2d7f(0x79)+_0x28622b+'.'+_0x3fe0f0[_0x57abb2]+'?'};}if(_0x2e41a1['trim']()){const _0x42c716=_0x273ce7[_0x2d7f(0x9f)](validateEmail,_0x2e41a1);if(!_0x42c716[_0x2d7f(0xa0)]){console[_0x2d7f(0x47)](_0x273ce7[_0x2d7f(0xa1)],_0x42c716[_0x2d7f(0xa2)]),_0x301e19(_0x42c716[_0x2d7f(0xa2)]||_0x273ce7[_0x2d7f(0xa3)]);return;}console[_0x2d7f(0x47)](_0x273ce7[_0x2d7f(0xa4)]),_0x273ce7[_0x2d7f(0x96)](_0x301e19,''),_0x273ce7[_0x2d7f(0x96)](_0x2b0eff,_0x2e41a1[_0x2d7f(0x42)]());}};return _0x273ce7[_0x2d7f(0xa5)](useEffect,()=>{const _0x40d452={'UKoYT':function(_0x541968,_0x2e2871){return _0x273ce7[_0x2d7f(0x9a)](_0x541968,_0x2e2871);},'WQCoe':function(_0x4d01a8,_0x230c6d){return _0x4d01a8===_0x230c6d;},'ZGnpH':function(_0x381e3b,_0x58bcb5){return _0x381e3b===_0x58bcb5;}};if(_0x273ce7[_0x2d7f(0xa6)](_0x2d7f(0xa7),_0x273ce7[_0x2d7f(0xa8)])){const _0x533de4=Keyboard[_0x2d7f(0xa9)](_0x273ce7[_0x2d7f(0xaa)],()=>_0x4a8abb(!![])),_0x3310a8=Keyboard['addListener'](_0x273ce7[_0x2d7f(0xab)],()=>_0x4a8abb(![]));return()=>{_0x40d452['UKoYT'](_0x3310a8,null)||_0x40d452['WQCoe'](_0x3310a8,void 0x0)||_0x3310a8[_0x2d7f(0x89)](),_0x533de4===null||_0x40d452[_0x2d7f(0xac)](_0x533de4,void 0x0)||_0x533de4[_0x2d7f(0x89)]();};}else{_0x2f3949[_0x2d7f(0x47)](_0x273ce7[_0x2d7f(0xa1)],_0x253788[_0x2d7f(0xa2)]),_0x273ce7[_0x2d7f(0xad)](_0x12da3f,_0x2358fc[_0x2d7f(0xa2)]||_0x273ce7[_0x2d7f(0xa3)]);return;}},[]),React[_0x2d7f(0xae)](KeyboardAvoidingView,{'behavior':Platform['OS']===_0x273ce7[_0x2d7f(0xaf)]?_0x273ce7[_0x2d7f(0xb0)]:_0x2d7f(0xb1),'style':styles[_0x2d7f(0xb2)]},React['createElement'](View,{'style':styles['content']},React['createElement'](View,{'style':styles[_0x2d7f(0xb3)]},React[_0x2d7f(0xae)](Text,{'style':styles['title']},_0x2d7f(0xb4)),React['createElement'](Text,{'style':styles[_0x2d7f(0xb5)]},'Sign\x20in\x20or\x20create\x20an\x20account')),React[_0x2d7f(0xae)](View,{'style':styles[_0x2d7f(0xb6)]},React['createElement'](_0x129a2b,{'value':_0x2e41a1,'onChangeText':_0x288e9d,'onSubmitEditing':_0x250113,'returnKeyType':_0x273ce7[_0x2d7f(0xb7)],'blurOnSubmit':!![],'placeholder':'Your\x20email','placeholderTextColor':_0x2d7f(0xb8)}),_0x273ce7['GKOyH'](_0x3ff33e,error)?React[_0x2d7f(0xae)](Text,{'style':styles[_0x2d7f(0xb9)]},_0x273ce7[_0x2d7f(0xba)](_0x3ff33e,error)):null),React[_0x2d7f(0xae)](View,{'style':styles[_0x2d7f(0xbb)]},React['createElement'](View,{'style':styles[_0x2d7f(0xbc)]}),React[_0x2d7f(0xae)](Text,{'style':styles['dividerText']},'Or'),React[_0x2d7f(0xae)](View,{'style':styles[_0x2d7f(0xbc)]})),React[_0x2d7f(0xae)](View,{'style':styles[_0x2d7f(0xbd)]},React['createElement'](_0x6045e2,{'onPress':_0xbabe4f,'disabled':loading})),React['createElement'](View,{'style':styles[_0x2d7f(0xbe)]}),React[_0x2d7f(0xae)](View,{'style':styles[_0x2d7f(0xbf)]},React[_0x2d7f(0xae)](_0x4e3722,{'label':_0x273ce7[_0x2d7f(0xc0)],'onPress':_0x250113,'disabled':loading||!_0x2e41a1[_0x2d7f(0x42)](),'loading':loading}))));},styles=StyleSheet[_0x2d7f(0xc1)]({'container':{'flex':0x1},'content':{'flex':0x1,'paddingTop':0x18,'paddingHorizontal':0x18},'headingContainer':{'width':_0x2d7f(0xc2),'marginBottom':0x16,'paddingHorizontal':0x0},'title':{'fontFamily':_0x2d7f(0xc3),'fontWeight':_0x2d7f(0xc4),'fontSize':0x18,'lineHeight':0x20,'color':COLORS['grey800'],'textAlign':_0x2d7f(0xc5),'marginBottom':SPACING['sm']},'subtitle':{'fontFamily':'Inter','fontWeight':_0x2d7f(0xc6),'fontSize':0x10,'lineHeight':0x18,'color':COLORS[_0x2d7f(0xc7)],'textAlign':'left'},'inputContainer':{'marginBottom':0x20,'paddingHorizontal':0x0},'dividerContainer':{'flexDirection':'row','alignItems':'center','marginBottom':0x20,'paddingHorizontal':0x0},'dividerLine':{'flex':0x1,'height':0x1,'backgroundColor':_0x2d7f(0xc8)},'dividerText':{'paddingHorizontal':SPACING['md'],'fontSize':0xe,'fontFamily':_0x2d7f(0xc9),'fontWeight':_0x2d7f(0xc6),'color':COLORS[_0x2d7f(0xca)]},'googleContainer':{'marginBottom':SPACING['xl'],'paddingHorizontal':0x0},'spacer':{'flex':0x1,'minHeight':0x14},'continueContainer':{'paddingBottom':SPACING['xl'],'paddingHorizontal':0x0},'errorText':{'fontSize':0xe,'fontFamily':_0x2d7f(0xc9),'fontWeight':_0x2d7f(0xc6),'color':_0x2d7f(0xcb),'marginTop':0x8,'textAlign':_0x2d7f(0xc5)}});export{SignInStep};export default SignInStep;
|
|
1
|
+
function _0x47ae(){const _0x26d97e=['com','org','net','edu','mil','dev','tech','site','info','biz','xyz','co.uk','com.au','co.nz','co.za','com.br','co.jp','co.kr','co.in','org.uk','net.au','gov.uk','ac.uk','edu.au','con','cmo','vom','ocm','cpm','ckm','comm','comn','copm','ogr','orgg','rog','nett','ent','bet','ioo','gmial','gmil','gmal','gamil','outlok','outloo','outlokk','yhoo','hotmai','hotmial','❌\x20Email\x20validation\x20failed:','✅\x20Email\x20validation\x20passed','XgsUE','kdnnJ','jsyaH','hQlOh','dejqV','\x20Did\x20you\x20mean\x20.net?','lio','PBZig','\x20Did\x20you\x20mean\x20.io?','gmail','outlook','icloud','FYyZb','MSfSN','protonmail','yahoo.co.uk','yahoo.co.jp','outlook.co.uk','hotmail.co.uk','trim','toLowerCase','test','YJeQZ','KCuGX','rtmVE','Did\x20you\x20mean\x20','lastIndexOf','substring','split','vhRCk','RvFVf','uABmZ','lftFg','log','error','TAdzN','zNHjp','jqCqX','vmQkA','hlesy','length','has','UfYGr','UAHfQ','WWojJ','NJYNB','EVUwy','ARzWv','IIuws','CEBNy','JhPea','toSXU','FjZTa','fPtMd','DJkWo','htRxq','qXlhU','\x20Did\x20you\x20mean\x20.org?','nJIqL','lhIPD','jRhPj','XkGDK','fTIZD','UupSf','meveD','🧪\x20Test\x20bypass\x20detected\x20-\x20skipping\x20to\x20verification\x20screen','BGFCa','MAdNj',').\x20Please\x20check\x20your\x20email.','slice','join','WHFmw','ScPYr','yahoo','GSLix','AWGgG','sALco','hotmail','aol','ZnLzF','yfCwa','NMAtn','SpyDs','yahoo.com.au','Ryils','NVxdC','hotmail.co.jp','includes','reviewer','test@bypass.com','Invalid\x20email\x20address','keyboardDidHide','padding','height','Build\x20your\x20Onairos\x20persona\x20to\x20own\x20your\x20digital\x20identity','Sign\x20in\x20or\x20create\x20an\x20account','Your\x20email','#9CA3AF','jYCKV','inWuP','EQPvE','lVdex','nDGaF','fgYTX','XekXU','isValid','KrMvd','AsdLv','AhfCh','HAMKG','addListener','keyboardDidShow','zxHtM','lgKLl','remove','OtglC','createElement','oBAPj','ios','qhBAa','container','content','title','VfnEV','subtitle','AKiyE','inputContainer','jJAPG','Lgdka','JPyUk','dividerContainer','dividerLine','dividerText','googleContainer','eijTi','create','700','grey800','left','Inter','400','grey600','row','center','#E5E5E5','grey500','#DC3545'];_0x47ae=function(){return _0x26d97e;};return _0x47ae();}import React,{useState,useEffect}from'react';import{View,Text,StyleSheet,KeyboardAvoidingView,Platform,Keyboard}from'react-native';import{COLORS,SPACING}from'../theme';function _0x3ff4(_0x47ae91,_0x3ff476){_0x47ae91=_0x47ae91-0x0;const _0x401091=_0x47ae();let _0x36249c=_0x401091[_0x47ae91];return _0x36249c;}import _0x362be from'./EmailInput';import _0xe4e4c7 from'./GoogleButton';import _0x53ff9c from'./PrimaryButton';const VALID_TLDS=new Set([_0x3ff4(0x0),_0x3ff4(0x1),_0x3ff4(0x2),_0x3ff4(0x3),'gov',_0x3ff4(0x4),'int','io','co','ai','app',_0x3ff4(0x5),_0x3ff4(0x6),'online',_0x3ff4(0x7),'web',_0x3ff4(0x8),_0x3ff4(0x9),'me','tv','cc',_0x3ff4(0xa),'uk','us','ca','au','de','fr','it','es','nl','be','ch','at','se','no','dk','fi','jp','cn','kr','in','br','mx','ar','ru','pl','cz','ie','nz','za','sg','hk','tw','pt','gr','tr','il','ae','sa','eg','ng','ke','gh','ph','id','my','th','vn',_0x3ff4(0xb),_0x3ff4(0xc),_0x3ff4(0xd),_0x3ff4(0xe),_0x3ff4(0xf),_0x3ff4(0x10),_0x3ff4(0x11),_0x3ff4(0x12),_0x3ff4(0x13),_0x3ff4(0x14),_0x3ff4(0x15),_0x3ff4(0x16),_0x3ff4(0x17)]),INVALID_TLDS=new Set([_0x3ff4(0x18),_0x3ff4(0x19),_0x3ff4(0x1a),_0x3ff4(0x1b),'cm',_0x3ff4(0x1c),_0x3ff4(0x1d),'om',_0x3ff4(0x1e),_0x3ff4(0x1f),_0x3ff4(0x20),_0x3ff4(0x21),'og',_0x3ff4(0x22),_0x3ff4(0x23),'rg','nte','ne',_0x3ff4(0x24),_0x3ff4(0x25),_0x3ff4(0x26),'oi',_0x3ff4(0x27),'lio','gmai',_0x3ff4(0x28),_0x3ff4(0x29),_0x3ff4(0x2a),_0x3ff4(0x2b),_0x3ff4(0x2c),_0x3ff4(0x2d),_0x3ff4(0x2e),'yahooo','yaho',_0x3ff4(0x2f),_0x3ff4(0x30),'hotmal',_0x3ff4(0x31)]),validateEmail=_0x10ea95=>{const _0x363825={'lftFg':function(_0x3c7f9c,_0x1d1c53){return _0x3c7f9c(_0x1d1c53);},'PmELS':_0x3ff4(0x32),'TAdzN':function(_0x2772a0,_0x486866){return _0x2772a0(_0x486866);},'zhbpe':_0x3ff4(0x33),'zNHjp':function(_0x51d86f,_0x5bf351){return _0x51d86f(_0x5bf351);},'jqCqX':function(_0x30e784,_0x471618){return _0x30e784(_0x471618);},'rtmVE':'Please\x20enter\x20a\x20valid\x20email\x20address','YJeQZ':function(_0x17710d,_0x861b96){return _0x17710d===_0x861b96;},'KCuGX':_0x3ff4(0x34),'vhRCk':function(_0x52638e,_0x3123da){return _0x52638e<_0x3123da;},'qeEwJ':function(_0x16ed1e,_0xc1c527){return _0x16ed1e!==_0xc1c527;},'RvFVf':_0x3ff4(0x35),'uABmZ':_0x3ff4(0x36),'vmQkA':function(_0x4eaa09,_0x5b0d26){return _0x4eaa09-_0x5b0d26;},'hlesy':function(_0xf16288,_0x528dd2){return _0xf16288>=_0x528dd2;},'UfYGr':_0x3ff4(0x18),'UAHfQ':_0x3ff4(0x19),'ZmAWx':_0x3ff4(0x1a),'WWojJ':_0x3ff4(0x1b),'NJYNB':function(_0x1fed63,_0x90aacb){return _0x1fed63===_0x90aacb;},'EVUwy':_0x3ff4(0x1e),'ARzWv':function(_0x44e3fc,_0x583868){return _0x44e3fc===_0x583868;},'IIuws':'comn','CEBNy':'\x20Did\x20you\x20mean\x20.com?','JhPea':'ogr','toSXU':function(_0x2614ea,_0x37f4e3){return _0x2614ea===_0x37f4e3;},'XmKkn':'orgg','FjZTa':_0x3ff4(0x23),'fPtMd':function(_0x158195,_0x397451){return _0x158195===_0x397451;},'DJkWo':'nte','lhIPD':function(_0x26ad94,_0x558294){return _0x26ad94===_0x558294;},'htRxq':_0x3ff4(0x37),'qXlhU':_0x3ff4(0x38),'nJIqL':_0x3ff4(0x39),'jRhPj':_0x3ff4(0x27),'FAseq':function(_0x23544b,_0x1be2c7){return _0x23544b===_0x1be2c7;},'XkGDK':_0x3ff4(0x3a),'fTIZD':function(_0x51b008,_0x3d749a){return _0x51b008===_0x3d749a;},'UupSf':_0x3ff4(0x3b),'meveD':'pemOn','BGFCa':_0x3ff4(0x3c),'iYaOr':function(_0xa0ec36,_0x32bcef){return _0xa0ec36<_0x32bcef;},'MAdNj':function(_0x42728e,_0x381dd0){return _0x42728e<=_0x381dd0;},'WHFmw':_0x3ff4(0x3d),'ScPYr':_0x3ff4(0x3e),'GSLix':'yahoo','AWGgG':'hotmail','sALco':_0x3ff4(0x3f),'icoPs':_0x3ff4(0x40),'cSoOJ':_0x3ff4(0x41),'VXiwD':_0x3ff4(0x42),'yprIx':'zoho','ZnLzF':'com','yfCwa':_0x3ff4(0x43),'NMAtn':_0x3ff4(0x44),'SpyDs':'yahoo.com.br','Ryils':_0x3ff4(0x45),'NVxdC':_0x3ff4(0x46)},_0x5cd5fd=_0x10ea95[_0x3ff4(0x47)]()[_0x3ff4(0x48)](),_0x2999c6=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0x2999c6[_0x3ff4(0x49)](_0x5cd5fd))return _0x363825[_0x3ff4(0x4a)](_0x363825[_0x3ff4(0x4b)],_0x3ff4(0x34))?{'isValid':![],'error':_0x363825[_0x3ff4(0x4c)]}:{'isValid':![],'error':_0x3ff4(0x4d)+_0x2906d3[_0x4096c5]+'.'+_0x25c34b+'?'};const _0x5ac952=_0x5cd5fd[_0x3ff4(0x4e)]('@'),_0x417e1b=_0x5cd5fd[_0x3ff4(0x4f)](_0x5ac952+0x1),_0x43fd89=_0x417e1b[_0x3ff4(0x50)]('.');if(_0x363825[_0x3ff4(0x51)](_0x43fd89['length'],0x2)){if(_0x363825['qeEwJ'](_0x363825[_0x3ff4(0x52)],_0x363825[_0x3ff4(0x53)]))return{'isValid':![],'error':_0x363825[_0x3ff4(0x4c)]};else{const _0xc5b169=_0x363825[_0x3ff4(0x54)](_0x37c93d,_0x2eb6c3);if(!_0xc5b169['isValid']){_0xed1cd4[_0x3ff4(0x55)](_0x363825['PmELS'],_0xc5b169[_0x3ff4(0x56)]),_0x363825[_0x3ff4(0x57)](_0x86eda6,_0xc5b169[_0x3ff4(0x56)]||'Invalid\x20email\x20address');return;}_0x105b31['log'](_0x363825['zhbpe']),_0x363825[_0x3ff4(0x58)](_0x85b4fc,''),_0x363825[_0x3ff4(0x59)](_0x2c574d,_0x4969f4[_0x3ff4(0x47)]());}}const _0x20622e=_0x43fd89[_0x363825[_0x3ff4(0x5a)](_0x43fd89['length'],0x1)],_0x28f7eb=_0x363825[_0x3ff4(0x5b)](_0x43fd89[_0x3ff4(0x5c)],0x2)?_0x43fd89[_0x363825[_0x3ff4(0x5a)](_0x43fd89['length'],0x2)]+'.'+_0x20622e:'';if(INVALID_TLDS[_0x3ff4(0x5d)](_0x20622e)){let _0x54999a='';if(_0x363825[_0x3ff4(0x4a)](_0x20622e,_0x363825[_0x3ff4(0x5e)])||_0x363825['YJeQZ'](_0x20622e,_0x363825[_0x3ff4(0x5f)])||_0x363825['YJeQZ'](_0x20622e,_0x363825['ZmAWx'])||_0x363825[_0x3ff4(0x4a)](_0x20622e,_0x363825[_0x3ff4(0x60)])||_0x363825[_0x3ff4(0x4a)](_0x20622e,_0x3ff4(0x1c))||_0x363825[_0x3ff4(0x61)](_0x20622e,_0x363825[_0x3ff4(0x62)])||_0x363825[_0x3ff4(0x63)](_0x20622e,_0x363825[_0x3ff4(0x64)])||_0x20622e===_0x3ff4(0x20))_0x54999a=_0x363825[_0x3ff4(0x65)];else{if(_0x20622e===_0x363825[_0x3ff4(0x66)]||_0x363825['ARzWv'](_0x20622e,'og')||_0x363825[_0x3ff4(0x67)](_0x20622e,_0x363825['XmKkn'])||_0x20622e===_0x363825[_0x3ff4(0x68)])_0x54999a='\x20Did\x20you\x20mean\x20.org?';else{if(_0x363825[_0x3ff4(0x69)](_0x20622e,_0x363825[_0x3ff4(0x6a)])||_0x363825[_0x3ff4(0x69)](_0x20622e,'ne')||_0x363825['toSXU'](_0x20622e,_0x3ff4(0x24))||_0x363825['lhIPD'](_0x20622e,_0x3ff4(0x25)))_0x363825[_0x3ff4(0x69)](_0x363825[_0x3ff4(0x6b)],_0x363825[_0x3ff4(0x6c)])?_0x46a812=_0x3ff4(0x6d):_0x54999a=_0x363825[_0x3ff4(0x6e)];else{if(_0x363825[_0x3ff4(0x6f)](_0x20622e,'oi')||_0x363825['lhIPD'](_0x20622e,_0x363825[_0x3ff4(0x70)])||_0x363825['FAseq'](_0x20622e,_0x363825[_0x3ff4(0x71)])){if(_0x363825[_0x3ff4(0x72)](_0x363825[_0x3ff4(0x73)],_0x363825[_0x3ff4(0x74)])){_0x3cb803[_0x3ff4(0x55)](_0x3ff4(0x75)),_0x385f39('test@bypass.com');return;}else _0x54999a=_0x363825[_0x3ff4(0x76)];}}}}return{'isValid':![],'error':'Invalid\x20email\x20domain\x20(.'+_0x20622e+').'+_0x54999a};}if(_0x363825['iYaOr'](_0x20622e['length'],0x2))return{'isValid':![],'error':_0x363825[_0x3ff4(0x4c)]};const _0x373d3b=VALID_TLDS[_0x3ff4(0x5d)](_0x20622e)||VALID_TLDS[_0x3ff4(0x5d)](_0x28f7eb);if(!_0x373d3b&&_0x363825[_0x3ff4(0x77)](_0x20622e[_0x3ff4(0x5c)],0x2))return{'isValid':![],'error':'Invalid\x20email\x20domain\x20(.'+_0x20622e+_0x3ff4(0x78)};const _0xf2fbe6=_0x43fd89[_0x3ff4(0x79)](0x0,-0x1)[_0x3ff4(0x7a)]('.'),_0x26b78a={'gmai':'gmail','gmial':_0x363825[_0x3ff4(0x7b)],'gmil':_0x3ff4(0x3d),'gmal':_0x3ff4(0x3d),'gamil':_0x363825[_0x3ff4(0x7b)],'outlok':_0x363825[_0x3ff4(0x7c)],'outloo':_0x363825[_0x3ff4(0x7c)],'outlokk':_0x3ff4(0x3e),'yahooo':_0x3ff4(0x7d),'yaho':_0x363825[_0x3ff4(0x7e)],'yhoo':'yahoo','hotmai':_0x363825['AWGgG'],'hotmal':_0x363825[_0x3ff4(0x7f)],'hotmial':_0x363825['AWGgG'],'iclod':_0x3ff4(0x3f),'iclould':_0x363825[_0x3ff4(0x80)]};if(_0x26b78a[_0xf2fbe6])return _0x363825['icoPs']!==_0x363825['cSoOJ']?{'isValid':![],'error':'Did\x20you\x20mean\x20'+_0x26b78a[_0xf2fbe6]+'.'+_0x20622e+'?'}:{'isValid':![],'error':_0x363825[_0x3ff4(0x4c)]};const _0x48ee82=[_0x363825[_0x3ff4(0x7b)],_0x3ff4(0x7d),_0x3ff4(0x81),_0x363825['ScPYr'],_0x3ff4(0x3f),_0x3ff4(0x82),_0x363825['VXiwD'],_0x363825['yprIx']],_0x5850b4={'gmail':_0x363825['ZnLzF'],'yahoo':_0x3ff4(0x0),'hotmail':'com','outlook':_0x363825[_0x3ff4(0x83)],'icloud':_0x363825[_0x3ff4(0x83)],'aol':_0x363825[_0x3ff4(0x83)],'protonmail':_0x3ff4(0x0),'zoho':_0x363825[_0x3ff4(0x83)]};if(_0x48ee82['includes'](_0xf2fbe6)&&_0x20622e!==_0x5850b4[_0xf2fbe6]){const _0x6e3679=[_0x363825[_0x3ff4(0x84)],_0x363825[_0x3ff4(0x85)],_0x363825[_0x3ff4(0x86)],_0x3ff4(0x87),_0x363825[_0x3ff4(0x88)],_0x363825[_0x3ff4(0x89)],_0x3ff4(0x8a)],_0x4660e7=_0xf2fbe6+'.'+_0x20622e;if(!_0x6e3679[_0x3ff4(0x8b)](_0x4660e7))return{'isValid':![],'error':_0x3ff4(0x4d)+_0xf2fbe6+'.'+_0x5850b4[_0xf2fbe6]+'?'};}return{'isValid':!![]};},SignInStep=({onEmailSubmit:_0x3617e1,onGoogleSignIn:_0x25c16d,onContinue:_0x3cc790,loading:loading=![],error:error='',initialEmail:initialEmail=''})=>{const _0x140fe9={'fgYTX':function(_0xdf7216,_0x5f22ef){return _0xdf7216(_0x5f22ef);},'EQPvE':function(_0x5eee62,_0x1e7225){return _0x5eee62===_0x1e7225;},'lVdex':_0x3ff4(0x8c),'nDGaF':'🔍\x20Reviewer\x20bypass\x20detected\x20in\x20new\x20UI','IzjiS':'reviewer@bypass.com','XekXU':_0x3ff4(0x8d),'inWuP':function(_0x9a54fa,_0x4bd075){return _0x9a54fa(_0x4bd075);},'KrMvd':_0x3ff4(0x32),'AsdLv':_0x3ff4(0x8e),'HAMKG':function(_0x1ccc55,_0x41d5f6){return _0x1ccc55===_0x41d5f6;},'zxHtM':_0x3ff4(0x8f),'jYCKV':function(_0x1c1dba,_0x260a01){return _0x1c1dba(_0x260a01);},'AhfCh':function(_0x568836,_0x120c2f,_0xfb740a){return _0x568836(_0x120c2f,_0xfb740a);},'oBAPj':function(_0x3382e6,_0x189acd){return _0x3382e6===_0x189acd;},'vDKiU':_0x3ff4(0x90),'qhBAa':_0x3ff4(0x91),'VfnEV':_0x3ff4(0x92),'AKiyE':_0x3ff4(0x93),'jJAPG':'done','ZwGIw':_0x3ff4(0x94),'Lgdka':_0x3ff4(0x95),'JPyUk':function(_0x5b8ab4,_0x344d48){return _0x5b8ab4||_0x344d48;},'eijTi':'Continue'},[_0x58147e,_0xfbc5d]=_0x140fe9[_0x3ff4(0x96)](useState,initialEmail),[_0x4eb3e1,_0x5ac228]=_0x140fe9[_0x3ff4(0x97)](useState,![]),[_0x360ac8,_0x4ab965]=_0x140fe9['jYCKV'](useState,''),_0x120b25=_0x390ed0=>{_0x140fe9['fgYTX'](_0xfbc5d,_0x390ed0),_0x360ac8&&_0x140fe9['fgYTX'](_0x4ab965,'');},_0x5f57ad=()=>{if(_0x140fe9[_0x3ff4(0x98)](_0x58147e['toLowerCase']()['trim'](),_0x140fe9[_0x3ff4(0x99)])){console['log'](_0x140fe9[_0x3ff4(0x9a)]),_0x140fe9[_0x3ff4(0x9b)](_0x3617e1,_0x140fe9['IzjiS']);return;}if(_0x140fe9[_0x3ff4(0x98)](_0x58147e[_0x3ff4(0x48)]()[_0x3ff4(0x47)](),_0x3ff4(0x49))){console[_0x3ff4(0x55)](_0x3ff4(0x75)),_0x3617e1(_0x140fe9[_0x3ff4(0x9c)]);return;}if(_0x58147e[_0x3ff4(0x47)]()){const _0x5c074d=_0x140fe9[_0x3ff4(0x97)](validateEmail,_0x58147e);if(!_0x5c074d[_0x3ff4(0x9d)]){console[_0x3ff4(0x55)](_0x140fe9[_0x3ff4(0x9e)],_0x5c074d['error']),_0x140fe9[_0x3ff4(0x9b)](_0x4ab965,_0x5c074d['error']||_0x140fe9[_0x3ff4(0x9f)]);return;}console[_0x3ff4(0x55)](_0x3ff4(0x33)),_0x140fe9['fgYTX'](_0x4ab965,''),_0x3617e1(_0x58147e[_0x3ff4(0x47)]());}};return _0x140fe9[_0x3ff4(0xa0)](useEffect,()=>{const _0x274ccd={'lgKLl':function(_0x436ae1,_0x1fe908){return _0x140fe9['HAMKG'](_0x436ae1,_0x1fe908);},'OtglC':function(_0x5de147,_0x2261bd){return _0x140fe9[_0x3ff4(0xa1)](_0x5de147,_0x2261bd);}},_0x369ea6=Keyboard[_0x3ff4(0xa2)](_0x3ff4(0xa3),()=>_0x5ac228(!![])),_0x4c3f7b=Keyboard[_0x3ff4(0xa2)](_0x140fe9[_0x3ff4(0xa4)],()=>_0x5ac228(![]));return()=>{_0x274ccd[_0x3ff4(0xa5)](_0x4c3f7b,null)||_0x274ccd[_0x3ff4(0xa5)](_0x4c3f7b,void 0x0)||_0x4c3f7b[_0x3ff4(0xa6)](),_0x274ccd['lgKLl'](_0x369ea6,null)||_0x274ccd[_0x3ff4(0xa7)](_0x369ea6,void 0x0)||_0x369ea6[_0x3ff4(0xa6)]();};},[]),React[_0x3ff4(0xa8)](KeyboardAvoidingView,{'behavior':_0x140fe9[_0x3ff4(0xa9)](Platform['OS'],_0x3ff4(0xaa))?_0x140fe9['vDKiU']:_0x140fe9[_0x3ff4(0xab)],'style':styles[_0x3ff4(0xac)]},React[_0x3ff4(0xa8)](View,{'style':styles[_0x3ff4(0xad)]},React[_0x3ff4(0xa8)](View,{'style':styles['headingContainer']},React[_0x3ff4(0xa8)](Text,{'style':styles[_0x3ff4(0xae)]},_0x140fe9[_0x3ff4(0xaf)]),React[_0x3ff4(0xa8)](Text,{'style':styles[_0x3ff4(0xb0)]},_0x140fe9[_0x3ff4(0xb1)])),React[_0x3ff4(0xa8)](View,{'style':styles[_0x3ff4(0xb2)]},React[_0x3ff4(0xa8)](_0x362be,{'value':_0x58147e,'onChangeText':_0x120b25,'onSubmitEditing':_0x5f57ad,'returnKeyType':_0x140fe9[_0x3ff4(0xb3)],'blurOnSubmit':!![],'placeholder':_0x140fe9['ZwGIw'],'placeholderTextColor':_0x140fe9[_0x3ff4(0xb4)]}),_0x140fe9[_0x3ff4(0xb5)](_0x360ac8,error)?React[_0x3ff4(0xa8)](Text,{'style':styles['errorText']},_0x360ac8||error):null),React['createElement'](View,{'style':styles[_0x3ff4(0xb6)]},React[_0x3ff4(0xa8)](View,{'style':styles[_0x3ff4(0xb7)]}),React[_0x3ff4(0xa8)](Text,{'style':styles[_0x3ff4(0xb8)]},'Or'),React[_0x3ff4(0xa8)](View,{'style':styles[_0x3ff4(0xb7)]})),React[_0x3ff4(0xa8)](View,{'style':styles[_0x3ff4(0xb9)]},React[_0x3ff4(0xa8)](_0xe4e4c7,{'onPress':_0x25c16d,'disabled':loading})),React[_0x3ff4(0xa8)](View,{'style':styles['spacer']}),React[_0x3ff4(0xa8)](View,{'style':styles['continueContainer']},React[_0x3ff4(0xa8)](_0x53ff9c,{'label':_0x140fe9[_0x3ff4(0xba)],'onPress':_0x5f57ad,'disabled':loading||!_0x58147e['trim'](),'loading':loading}))));},styles=StyleSheet[_0x3ff4(0xbb)]({'container':{'flex':0x1},'content':{'flex':0x1,'paddingTop':0x18,'paddingHorizontal':0x18},'headingContainer':{'width':'100%','marginBottom':0x16,'paddingHorizontal':0x0},'title':{'fontFamily':'IBM\x20Plex\x20Sans','fontWeight':_0x3ff4(0xbc),'fontSize':0x18,'lineHeight':0x20,'color':COLORS[_0x3ff4(0xbd)],'textAlign':_0x3ff4(0xbe),'marginBottom':SPACING['sm']},'subtitle':{'fontFamily':_0x3ff4(0xbf),'fontWeight':_0x3ff4(0xc0),'fontSize':0x10,'lineHeight':0x18,'color':COLORS[_0x3ff4(0xc1)],'textAlign':_0x3ff4(0xbe)},'inputContainer':{'marginBottom':0x20,'paddingHorizontal':0x0},'dividerContainer':{'flexDirection':_0x3ff4(0xc2),'alignItems':_0x3ff4(0xc3),'marginBottom':0x20,'paddingHorizontal':0x0},'dividerLine':{'flex':0x1,'height':0x1,'backgroundColor':_0x3ff4(0xc4)},'dividerText':{'paddingHorizontal':SPACING['md'],'fontSize':0xe,'fontFamily':'Inter','fontWeight':_0x3ff4(0xc0),'color':COLORS[_0x3ff4(0xc5)]},'googleContainer':{'marginBottom':SPACING['xl'],'paddingHorizontal':0x0},'spacer':{'flex':0x1,'minHeight':0x14},'continueContainer':{'paddingBottom':SPACING['xl'],'paddingHorizontal':0x0},'errorText':{'fontSize':0xe,'fontFamily':_0x3ff4(0xbf),'fontWeight':_0x3ff4(0xc0),'color':_0x3ff4(0xc6),'marginTop':0x8,'textAlign':_0x3ff4(0xbe)}});export{SignInStep};export default SignInStep;
|