mirror of
https://github.com/goauthentik/authentik
synced 2026-05-01 20:07:20 +02:00
web: Add protected member accessibility to remaining properties.
This commit is contained in:
@@ -63,7 +63,7 @@ export class AdminOverviewPage extends AdminOverviewBase {
|
||||
`,
|
||||
];
|
||||
|
||||
quickActions: QuickAction[] = [
|
||||
protected quickActions: QuickAction[] = [
|
||||
[msg("Create a new application"), paramURL("/core/applications", { createWizard: true })],
|
||||
[msg("Check the logs"), paramURL("/events/log")],
|
||||
[msg("Explore integrations"), "https://goauthentik.io/integrations/", true],
|
||||
|
||||
Reference in New Issue
Block a user