removed welcome until fixed
This commit is contained in:
parent
d2f5427df1
commit
fe0a3c212d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue