removed welcome until fixed

This commit is contained in:
tracer 2022-10-25 16:08:00 +02:00
parent d2f5427df1
commit fe0a3c212d
1 changed files with 1 additions and 4 deletions

View File

@ -17,8 +17,5 @@
<?php else: ?>
<a href="<?= $router->path('app_logout'); ?>">🚪Logout</a>
<?php endif; ?>
<?php if (!empty($user->getNick())): ?>
<br>
<-- TODO fix for anonymous Welcome back, <?= $user->getNick(); ?> -->
<?php endif; ?>
<br>