mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 10:33:02 -05:00
Correct name for authentik IDP (#4121)
This commit is contained in:
@@ -363,7 +363,7 @@ const openIdProviders: (OpenIdProviderOption | typeof Menu.line)[] = [
|
||||
),
|
||||
},
|
||||
{
|
||||
label: 'Authentik',
|
||||
label: 'authentik',
|
||||
value: 'authentik',
|
||||
issuer: 'https://{domain}/application/o/{provider-slug-name}/',
|
||||
clientIdRequired: true,
|
||||
@@ -372,7 +372,7 @@ const openIdProviders: (OpenIdProviderOption | typeof Menu.line)[] = [
|
||||
tip: (
|
||||
<Text style={{ color: theme.warningText }}>
|
||||
<Trans>
|
||||
Note that the URL depends on your Authentik domain and provider slug
|
||||
Note that the URL depends on your authentik domain and provider slug
|
||||
name.
|
||||
</Trans>{' '}
|
||||
<Link
|
||||
|
||||
Reference in New Issue
Block a user