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:
Miguel Jacq 2021-05-06 18:02:40 +10:00
parent 5ed2188156
commit d86ce6c9af
8 changed files with 60 additions and 59 deletions

View file

@ -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": {