Skip to content

Commit 3354fc8

Browse files
added descriptor object to Account class
1 parent 50a4a73 commit 3354fc8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

py/selenium/webdriver/common/fedcm/account.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,5 @@ class Account:
5252
privacy_policy_url = _AccountDescriptor("privacyPolicyUrl")
5353
login_state = _AccountDescriptor("loginState")
5454

55-
account_id = _AccountDescriptor("accountId")
56-
email = _AccountDescriptor("email")
57-
name = _AccountDescriptor("name")
58-
given_name = _AccountDescriptor("givenName")
59-
picture_url = _AccountDescriptor("pictureUrl")
60-
idp_config_url = _AccountDescriptor("idpConfigUrl")
61-
terms_of_service_url = _AccountDescriptor("termsOfServiceUrl")
62-
privacy_policy_url = _AccountDescriptor("privacyPolicyUrl")
63-
login_state = _AccountDescriptor("loginState")
64-
6555
def __init__(self, account_data):
6656
self._account_data = account_data

0 commit comments

Comments
 (0)