Added device_id to the list of data saved for the new auth method
This commit is contained in:
parent
29ceca055e
commit
7843090907
@ -3,6 +3,7 @@ user = string(default="")
|
|||||||
password = string(default="")
|
password = string(default="")
|
||||||
token = string(default="")
|
token = string(default="")
|
||||||
secret = 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