Unverified Commit 474ac645 authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub

fix: missing oauth2 login button

***NO_CI***
parent 69eb5272
......@@ -68,6 +68,10 @@ html(data-logic='login')
button.slack(onclick='window.location.assign("/login/slack")')
i.icon-slack
span= t('auth:providers.slack')
if appconfig.auth.oauth2 && appconfig.auth.oauth2.enabled
button.slack(onclick='window.location.assign("/login/oauth2")')
i.icon-box
span= t('auth:providers.oauth2')
#copyright
= t('footer.poweredby') + ' '
a.icon(href='https://github.com/Requarks/wiki')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment