tangled
alpha
login
or
join now
bas.sh
/
witchsky.app
forked from
jollywhoppers.com/witchsky.app
0
fork
atom
Bluesky app fork with some witchin' additions 💫
0
fork
atom
overview
issues
pulls
pipelines
Merge branch 'RonyVidaur-main' into main
Paul Frazee
2 years ago
b9e00afd
065a0940
+5
-4
1 changed file
expand all
collapse all
unified
split
src
view
com
auth
create
Step2.tsx
+5
-4
src/view/com/auth/create/Step2.tsx
···
42
42
const {isMobile} = useWebMediaQueries()
43
43
44
44
const onPressRequest = React.useCallback(() => {
45
45
-
if (
46
46
-
uiState.verificationPhone.length >= 9 &&
47
47
-
parsePhoneNumber(uiState.verificationPhone, uiState.phoneCountry)
48
48
-
) {
45
45
+
const phoneNumber = parsePhoneNumber(
46
46
+
uiState.verificationPhone,
47
47
+
uiState.phoneCountry,
48
48
+
)
49
49
+
if (phoneNumber && phoneNumber.isValid()) {
49
50
requestVerificationCode({uiState, uiDispatch, _})
50
51
} else {
51
52
uiDispatch({