Remove need of secret and device_id in auth
This commit is contained in:
parent
ae53761d3a
commit
a59e7a9c53
@ -2,8 +2,6 @@
|
|||||||
user = string(default="")
|
user = string(default="")
|
||||||
password = string(default="")
|
password = string(default="")
|
||||||
token = string(default="")
|
token = string(default="")
|
||||||
secret = string(default="")
|
|
||||||
device_id = string(default="")
|
|
||||||
use_alternative_tokens = boolean(default=False)
|
use_alternative_tokens = boolean(default=False)
|
||||||
invited_to_group = boolean(default=False)
|
invited_to_group = boolean(default=False)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user