mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 14:36:15 -04:00
Rename things with client_auth_v3_ in the name because there is only one type of client_auth now that v2 is gone.
This commit is contained in:
parent
5ed2188156
commit
d86ce6c9af
8 changed files with 60 additions and 59 deletions
|
@ -39,8 +39,8 @@ class ModeSettings:
|
|||
"private_key": None,
|
||||
"hidservauth_string": None,
|
||||
"password": None,
|
||||
"client_auth_v3_priv_key": None,
|
||||
"client_auth_v3_pub_key": None,
|
||||
"client_auth_priv_key": None,
|
||||
"client_auth_pub_key": None,
|
||||
},
|
||||
"persistent": {"mode": None, "enabled": False},
|
||||
"general": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue