Added device_id to the list of data saved for the new auth method

This commit is contained in:
Manuel Cortez 2019-01-19 23:22:19 -06:00
parent 29ceca055e
commit 7843090907

View File

@ -3,6 +3,7 @@ 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)