diff --git a/Two-Factor-Authorization.md b/Two-Factor-Authorization.md index 05e62d4..88175ad 100644 --- a/Two-Factor-Authorization.md +++ b/Two-Factor-Authorization.md @@ -29,7 +29,6 @@ hint = 'hint' pw_salted = salt + pw + salt pw_hash = sha256(pw_salted).digest() -password_new = PasswordInputSettings(new_salt=salt, new_password_hash=pw_hash, hint='hint') result = client(account.UpdatePasswordSettingsRequest( current_password_hash=salt, new_settings=PasswordInputSettings(