From d5451dfa152d8536581457a761a439ffe184396b Mon Sep 17 00:00:00 2001 From: Lonami Date: Mon, 25 Sep 2017 12:44:39 +0200 Subject: [PATCH] Remove unnecessary line --- Two-Factor-Authorization.md | 1 - 1 file changed, 1 deletion(-) 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(