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