Skip to content
Snippets Groups Projects
Commit 28acba84 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #15299 TIME 0:05 fix route

parent a088aa42
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ export class SsoAdministrationComponent implements OnInit { ...@@ -31,7 +31,7 @@ export class SsoAdministrationComponent implements OnInit {
subMenus: any[] = [ subMenus: any[] = [
{ {
icon: 'fas fa-users-cog', icon: 'fas fa-users-cog',
route: '/administration/sso', route: '/administration/connections/sso',
label: this.translate.instant('lang.sso'), label: this.translate.instant('lang.sso'),
current: true current: true
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment