Skip to content

Commit 8ca8708

Browse files
committed
feat: Display a note instructing users to log out and log back in after auto-handled installation steps.
1 parent f4ec67f commit 8ca8708

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/InteractiveInstaller.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@ const kanataConfig = {
372372
<pre><code>{{ installStepCode }}</code></pre>
373373
<el-button class="copy-float" circle :icon="DocumentCopy" @click="copyToClipboard(installStepCode)" />
374374
</div>
375+
<el-alert v-if="isAutoHandled" title="Lưu ý: Bạn cần Đăng xuất và Đăng nhập lại sau bước này." type="info" :closable="false" class="mt-4" />
375376
</div>
376377
</div>
377378

0 commit comments

Comments
 (0)