mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
(unrelated) fix broken link to oauth learn more
This commit is contained in:
@@ -35,7 +35,7 @@ const OAuthProvidersList = ({
|
|||||||
|
|
||||||
<p style={{textAlign: 'left'}}>
|
<p style={{textAlign: 'left'}}>
|
||||||
<ActionLink
|
<ActionLink
|
||||||
onClick={() => window.open('https://docs.astuto.io/category/oauth-configuration/', '_blank')}
|
onClick={() => window.open('https://docs.astuto.io/oauth/oauth-configuration-basics', '_blank')}
|
||||||
icon={<LearnMoreIcon />}
|
icon={<LearnMoreIcon />}
|
||||||
>
|
>
|
||||||
{I18n.t('site_settings.authentication.learn_more')}
|
{I18n.t('site_settings.authentication.learn_more')}
|
||||||
|
|||||||
Reference in New Issue
Block a user