Simplify the check for account configuration
This commit is contained in:
parent
18712f03de
commit
5d0060031a
1 changed files with 1 additions and 1 deletions
|
@ -231,6 +231,6 @@ class Configuration {
|
|||
}
|
||||
|
||||
bool hasConfiguredAccount() {
|
||||
return getToken() != null && getKey() != null;
|
||||
return getToken() != null && _key != null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue