Cloud storage: implement confirmation of email address via PIN

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-06-09 11:21:46 -07:00
parent a04f1fd133
commit 57507cfb93
3 changed files with 23 additions and 9 deletions

View file

@ -114,7 +114,7 @@ slots:
class CloudStorageAuthenticate : public QObject {
Q_OBJECT
public:
QNetworkReply* authenticate(QString email, QString password);
QNetworkReply* authenticate(QString email, QString password, QString pin = "");
explicit CloudStorageAuthenticate(QObject *parent);
signals:
void finishedAuthenticate(bool toggle);