Remove need of secret and device_id in auth

This commit is contained in:
Manuel Cortez 2021-04-22 11:19:43 -05:00
parent ae53761d3a
commit a59e7a9c53

View File

@ -2,8 +2,6 @@
user = string(default="")
password = string(default="")
token = string(default="")
secret = string(default="")
device_id = string(default="")
use_alternative_tokens = boolean(default=False)
invited_to_group = boolean(default=False)