diff --git a/ui/desktop/app/templates/scopes/scope.hbs b/ui/desktop/app/templates/scopes/scope.hbs
index bcb9de486a..d14e217751 100644
--- a/ui/desktop/app/templates/scopes/scope.hbs
+++ b/ui/desktop/app/templates/scopes/scope.hbs
@@ -3,31 +3,4 @@
SPDX-License-Identifier: BUSL-1.1
}}
-{{outlet}}
-
-{{#if this.session.isAuthenticated}}
-
-
-
-{{/if}}
\ No newline at end of file
+{{outlet}}
\ No newline at end of file
diff --git a/ui/desktop/app/templates/scopes/scope/authenticate.hbs b/ui/desktop/app/templates/scopes/scope/authenticate.hbs
index 53273be880..349b9a290c 100644
--- a/ui/desktop/app/templates/scopes/scope/authenticate.hbs
+++ b/ui/desktop/app/templates/scopes/scope/authenticate.hbs
@@ -5,76 +5,72 @@
{{page-title (t 'actions.authenticate')}}
-
- {{#if this.isOIDCRoute}}
- {{outlet}}
- {{else}}
-
+{{#if this.isOIDCRoute}}
+ {{outlet}}
+{{else}}
+
-
-
-
- {{t 'titles.global'}}
+
+
+
+ {{t 'titles.global'}}
+
+ {{#each this.sortedScopes as |scope|}}
+
+ {{scope.displayName}}
- {{#each this.sortedScopes as |scope|}}
-
- {{scope.displayName}}
-
- {{/each}}
-
+ {{/each}}
+
-
- {{#each @model.authMethods as |authMethod|}}
-
- {{#if authMethod.name}}
- {{authMethod.name}}
- {{else}}
- {{t (concat 'resources.auth-method.types.' authMethod.type)}}
- {{/if}}
-
- {{/each}}
-
+
+ {{#each @model.authMethods as |authMethod|}}
+
+ {{#if authMethod.name}}
+ {{authMethod.name}}
+ {{else}}
+ {{t (concat 'resources.auth-method.types.' authMethod.type)}}
+ {{/if}}
+
+ {{/each}}
+
- {{#if @model.authMethods}}
- {{outlet}}
- {{else}}
-
-
-
-
-
-
- {{/if}}
-
- {{t 'cluster-url.connected-to'}}:
-
- {{this.clusterUrl}}
-
-
-
- {{t 'actions.change-cluster-url'}}
-
-
-
- {{/if}}
-
\ No newline at end of file
+ {{#if @model.authMethods}}
+ {{outlet}}
+ {{else}}
+
+
+
+
+
+
+ {{/if}}
+
+ {{t 'cluster-url.connected-to'}}:
+
+ {{this.clusterUrl}}
+
+
+
+ {{t 'actions.change-cluster-url'}}
+
+
+
+{{/if}}
\ No newline at end of file
diff --git a/ui/desktop/app/templates/scopes/scope/projects.hbs b/ui/desktop/app/templates/scopes/scope/projects.hbs
index c238271278..1cadaa7968 100644
--- a/ui/desktop/app/templates/scopes/scope/projects.hbs
+++ b/ui/desktop/app/templates/scopes/scope/projects.hbs
@@ -3,28 +3,22 @@
SPDX-License-Identifier: BUSL-1.1
}}
-
-
-
-
-
- {{t 'resources.target.title_plural'}}
-
+
+
+
+
+
-
-
- {{t 'resources.session.title_plural'}}
-
-
-
- {{t 'titles.settings'}}
-
-
-
-
-
-
- {{outlet}}
-
-
-
\ No newline at end of file
+{{outlet}}
\ No newline at end of file
diff --git a/ui/desktop/package.json b/ui/desktop/package.json
index f178f5f32a..a80acbcfa0 100644
--- a/ui/desktop/package.json
+++ b/ui/desktop/package.json
@@ -45,6 +45,7 @@
"@xterm/addon-canvas": "^0.7.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
+ "ember-a11y-refocus": "^5.0.0",
"ember-named-blocks-polyfill": "^0.2.5",
"lodash": "^4.17.21",
"uuid": "^11.0.3"