do not allow get user and task properties w\o auth

This commit is contained in:
2017-11-26 15:30:59 +03:00
parent bb0a3c43be
commit 9dd63fc77e
26 changed files with 241 additions and 107 deletions

View File

@ -39,6 +39,7 @@ void QueuedEmailNotify::init(const QVariantHash &_settings)
void QueuedEmailNotify::setToken(const QString &_token)
{
m_token = _token;
m_helper->setToken(_token);
}