get('token') ?? ''; $tfa = $session->get('tfa') ?? false; $settings = $session->get('settings'); // Legacy TODO: check? $picture = "/assets/img/default-user.png"; $pulse = session()->get('pulse'); $notification = session()->get('notification'); if (!empty($token) && $tfa == false) { //echo ""; } ?> <?= lang("App.dashboard_title") ?> - <?= $settings['title']??'' ?>