Added JavaScript rl-vm-visible event so that demo extension can prefill passphrase

This commit is contained in:
the-djmaze 2024-07-07 16:28:29 +02:00
parent 7a1652972d
commit f8d358a4f3
3 changed files with 30 additions and 0 deletions

View file

@ -13,6 +13,8 @@ class DemoAccountPlugin extends \RainLoop\Plugins\AbstractPlugin
*/
public function Init() : void
{
$this->addJs('demo.js');
$this->addHook('filter.app-data', 'FilterAppData');
$this->addHook('filter.action-params', 'FilterActionParams');
$this->addHook('json.before-accountsetup', 'BeforeAccountSetup');