fix: improve step 2 email switch handling
This commit is contained in:
@@ -112,10 +112,18 @@ function getSignupEmailInput() {
|
||||
return null;
|
||||
}
|
||||
|
||||
function getSignupPhoneInput() {
|
||||
return null;
|
||||
}
|
||||
|
||||
function getSignupPasswordInput() {
|
||||
return null;
|
||||
}
|
||||
|
||||
function findSignupUseEmailTrigger() {
|
||||
return null;
|
||||
}
|
||||
|
||||
function getPageTextSnapshot() {
|
||||
return 'Welcome to ChatGPT. Try our latest models.';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user