add _CCUNKNOWN
This commit is contained in:
parent
1b8d474756
commit
ad02bc3714
4 changed files with 9 additions and 4 deletions
|
@ -21,7 +21,7 @@ nav.navbar.is-fixed-top(role='navigation', aria-label='main navigation',style='b
|
|||
.navbar-menu#navBarMenu
|
||||
.navbar-start
|
||||
if req.isAuthenticated()
|
||||
if req.user._id === 'Unknown'
|
||||
if req.user._id === '_CCUNKNOWN'
|
||||
.navbar-item
|
||||
a.button.is-primary(href='/login')= lang('NAVBAR_LOGIN')
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue