Account deletion button

This commit is contained in:
yflory
2018-03-19 14:04:44 +01:00
parent c135893638
commit 07e361b88d
7 changed files with 79 additions and 3 deletions

View File

@@ -172,7 +172,10 @@ define([
case 'DRIVE_USEROBJECT': {
Store.userObjectCommand(data, cb); break;
}
// Settings
case 'DELETE_ACCOUNT': {
Store.deleteAccount(data, cb); break;
}
case 'IS_NEW_CHANNEL': {
Store.isNewChannel(data, cb); break;
}