mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
@@ -287,6 +287,10 @@ export function getAppRoutes(): RouteDescriptor[] {
|
||||
)
|
||||
: () => <Redirect to="/admin" />,
|
||||
},
|
||||
{
|
||||
path: '/admin/authentication/ldap',
|
||||
component: LdapPage,
|
||||
},
|
||||
{
|
||||
path: '/admin/authentication/:provider',
|
||||
roles: () => contextSrv.evaluatePermission([AccessControlAction.SettingsWrite]),
|
||||
@@ -355,10 +359,6 @@ export function getAppRoutes(): RouteDescriptor[] {
|
||||
() => import(/* webpackChunkName: "ServerStats" */ 'app/features/admin/ServerStats')
|
||||
),
|
||||
},
|
||||
{
|
||||
path: '/admin/authentication/ldap',
|
||||
component: LdapPage,
|
||||
},
|
||||
// LOGIN / SIGNUP
|
||||
{
|
||||
path: '/login',
|
||||
|
||||
Reference in New Issue
Block a user