Skip to content

Commit f1559fb

Browse files
committed
Revert "patch in dchristl#226"
This reverts commit 8dc189b.
1 parent 8dc189b commit f1559fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

endpoint/register/pypush_gsa_icloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def sms_second_factor(dsid, idms_token):
292292

293293
# Send the 2FA code to Apple
294294
with requests.post(
295-
"https://idmsa.apple.com/appleauth/auth/verify/phone/securitycode",
295+
"https://gsa.apple.com/auth/verify/phone/securitycode",
296296
json=body,
297297
headers=headers,
298298
verify=False,

0 commit comments

Comments
 (0)