feat: mandatory password change on login + UI fixes
This commit is contained in:
@@ -32,7 +32,7 @@ html
|
||||
link(
|
||||
type='text/css'
|
||||
rel='stylesheet'
|
||||
href='https://use.fontawesome.com/releases/v5.9.0/css/all.css'
|
||||
href='https://use.fontawesome.com/releases/v5.10.0/css/all.css'
|
||||
)
|
||||
else if config.theming.iconset === 'fa4'
|
||||
link(
|
||||
|
@@ -36,7 +36,7 @@ html(lang=siteConfig.lang)
|
||||
link(
|
||||
type='text/css'
|
||||
rel='stylesheet'
|
||||
href='https://use.fontawesome.com/releases/v5.9.0/css/all.css'
|
||||
href='https://use.fontawesome.com/releases/v5.10.0/css/all.css'
|
||||
)
|
||||
else if config.theming.iconset === 'fa4'
|
||||
link(
|
||||
|
Reference in New Issue
Block a user