mirror of
https://github.com/arcan1s/queued.git
synced 2025-08-08 01:29:55 +00:00
do not allow get user and task properties w\o auth
This commit is contained in:
@ -39,6 +39,7 @@ void QueuedEmailNotify::init(const QVariantHash &_settings)
|
||||
void QueuedEmailNotify::setToken(const QString &_token)
|
||||
{
|
||||
m_token = _token;
|
||||
m_helper->setToken(_token);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user