Skip to content

Commit 01ff102

Browse files
authored
fix(amazonq): confusing message during loading profiles
1 parent 38e95a8 commit 01ff102

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/core/src/login/webview/vue/regionProfileSelector.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646
</div>
4747

4848
<template v-if="isFirstLoading">
49-
<div class="header bottomMargin">Authenticating in browser...</div>
50-
<button class="continue-button">Cancel</button>
49+
<div class="header bottomMargin">Fetching Q Developer profiles...this may take a minute.</div>
5150
</template>
5251

5352
<template v-else>

0 commit comments

Comments
 (0)