From 20fe525375eb8dba692d362ff1b374ad6b426e92 Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Mon, 7 Jun 2021 19:48:52 +0200 Subject: [PATCH] remove renew API token every time the user login --- bl-kernel/admin/themes/booty/init.php | 1 - 1 file changed, 1 deletion(-) diff --git a/bl-kernel/admin/themes/booty/init.php b/bl-kernel/admin/themes/booty/init.php index 68b2accc..93ae2a4e 100644 --- a/bl-kernel/admin/themes/booty/init.php +++ b/bl-kernel/admin/themes/booty/init.php @@ -6,4 +6,3 @@ if (!pluginActivated('pluginAPI')) { activatePlugin('pluginAPI'); } -$plugins['all']['pluginAPI']->newToken(); \ No newline at end of file