Owned drive migration UI
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user