diff --git a/pkg/gke/components/AccountAccess.vue b/pkg/gke/components/AccountAccess.vue index 2d8b9f1da65..1e1ee0e1dda 100644 --- a/pkg/gke/components/AccountAccess.vue +++ b/pkg/gke/components/AccountAccess.vue @@ -95,16 +95,8 @@ export default defineComponent({ this.$emit('update:project', projectId); } } catch (e) { - return; - } - // clicking the auth button instead of calling testProjectId directly gives the user a visual indication that authentication is in progress - this.$nextTick(() => { - const authBtn = this.$refs.authBtn; - if (authBtn) { - authBtn.clicked(); - } - }); + } } } }, @@ -151,7 +143,6 @@ export default defineComponent({ class="auth-button-container mb-10" >