We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ec67f commit 8ca8708Copy full SHA for 8ca8708
1 file changed
src/components/InteractiveInstaller.vue
@@ -372,6 +372,7 @@ const kanataConfig = {
372
<pre><code>{{ installStepCode }}</code></pre>
373
<el-button class="copy-float" circle :icon="DocumentCopy" @click="copyToClipboard(installStepCode)" />
374
</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" />
376
377
378
0 commit comments