fix UI & token copy
This commit is contained in:
@@ -69,10 +69,10 @@
|
||||
<template v-else-if="newApiKey.type === 'gemini'">
|
||||
<img src="../../assets/gemini.svg" class="w-5 h-5" alt="">
|
||||
</template>
|
||||
<template v-else="newApiKey.type ==='azure'">
|
||||
<template v-else-if="newApiKey.type ==='azure'">
|
||||
<img src="../../assets/azure.svg" class="w-5 h-5" alt="">
|
||||
</template>
|
||||
<template v-else="newApiKey.type ==='github'">
|
||||
<template v-else-if="newApiKey.type ==='github'">
|
||||
<img src="../../assets/github.svg" class="w-5 h-5" alt="">
|
||||
</template>
|
||||
<template v-else="newApiKey.type">
|
||||
|
||||
Reference in New Issue
Block a user