removed welcome until fixed
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user