invalid use of aria attributes
This commit is contained in:
parent
d92b8ab828
commit
53fb0b38c6
@ -13,19 +13,16 @@ block body
|
||||
a(
|
||||
href="/account/general",
|
||||
class=path === '/account/general' ? 'active' : ''
|
||||
aria-selected=path === '/account/general' ? 'true' : 'false'
|
||||
) General
|
||||
li
|
||||
a(
|
||||
href="/account/oauth2",
|
||||
class=path === '/account/oauth2' ? 'active' : ''
|
||||
aria-selected=path === '/account/oauth2' ? 'true' : 'false'
|
||||
) Authorizations
|
||||
li
|
||||
a(
|
||||
href="/account/security",
|
||||
class=path === '/account/security' ? 'active' : ''
|
||||
aria-selected=path === '/account/security' ? 'true' : 'false'
|
||||
) Security
|
||||
li
|
||||
a(href="/account/logout?csrf=" + csrf) Log out
|
||||
|
Reference in New Issue
Block a user