mirror of
https://github.com/astuto/astuto.git
synced 2025-12-14 18:57:51 +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'}}>
|
||||
<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 />}
|
||||
>
|
||||
{I18n.t('site_settings.authentication.learn_more')}
|
||||
|
||||
Reference in New Issue
Block a user