diff --git a/ui/app/components/auth-form.js b/ui/app/components/auth-form.js index 4be0cc5c0f22..aeb797fc469f 100644 --- a/ui/app/components/auth-form.js +++ b/ui/app/components/auth-form.js @@ -31,7 +31,6 @@ export default Ember.Component.extend(DEFAULTS, { if (activeEle) { activeEle.scrollIntoView(); } - activeEle = null; // this is here because we're changing the `with` attr and there's no way to short-circuit rendering, // so we'll just nav -> get new attrs -> re-render if (!this.get('selectedAuth') || (this.get('selectedAuth') && !this.get('selectedAuthBackend'))) { diff --git a/ui/app/templates/vault/cluster/access/methods.hbs b/ui/app/templates/vault/cluster/access/methods.hbs index 8ca7c821ead9..125e77f1a3da 100644 --- a/ui/app/templates/vault/cluster/access/methods.hbs +++ b/ui/app/templates/vault/cluster/access/methods.hbs @@ -13,11 +13,10 @@ {{#each (sort-by "path" model) as |method|}} - {{#linked-block - "vault.cluster.access.methods" - class="box is-sideless is-marginless has-pointer " - data-test-auth-backend-link=method.id - }} +