Removed if.localAuth from navigation bar
This commit is contained in:
@ -19,9 +19,8 @@
|
|||||||
if !user
|
if !user
|
||||||
li(class=title=='Login'?'active':undefined)
|
li(class=title=='Login'?'active':undefined)
|
||||||
a(href='/login') Login
|
a(href='/login') Login
|
||||||
if secrets.localAuth
|
li(class=title=='Create Account'?'active':undefined)
|
||||||
li(class=title=='Create Account'?'active':undefined)
|
a(href='/signup') Create Account
|
||||||
a(href='/signup') Create Account
|
|
||||||
else
|
else
|
||||||
li.dropdown(class=title=='Account Management'?'active':undefined)
|
li.dropdown(class=title=='Account Management'?'active':undefined)
|
||||||
a.dropdown-toggle(href='#', data-toggle='dropdown')
|
a.dropdown-toggle(href='#', data-toggle='dropdown')
|
||||||
|
Reference in New Issue
Block a user