Owned drive migration UI

This commit is contained in:
yflory
2018-06-20 16:39:01 +02:00
parent cb5fa72dba
commit 71b085ba23
5 changed files with 122 additions and 0 deletions

View File

@@ -643,6 +643,10 @@ define([
Cryptpad.changePadPassword(Cryptget, href, data.password, edPublic, cb);
});
sframeChan.on('Q_OWN_USER_DRIVE', function (data, cb) {
Cryptpad.ownUserDrive(Cryptget, edPublic, cb);
});
sframeChan.on('Q_WRITE_LOGIN_BLOCK', function (data, cb) {
Cryptpad.writeLoginBlock(data, cb);
});