Skip to content

Commit

Permalink
Update ManageUserApiKeys.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jun 4, 2024
1 parent 34b8ec6 commit 2ca4685
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MyApp/wwwroot/pages/Account/Manage/ManageUserApiKeys.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const CreateApiKeyForm = {
</div>
</ModalDialog>
<form v-else @submit="submit" :class="css.card.panelClass">
<input type="submit" class="hidden">
<div class="bg-white dark:bg-black relative">
<CloseButton class="sm:block" @close="$emit('done')" />
<div class="">
Expand Down Expand Up @@ -164,6 +165,7 @@ const EditApiKeyForm = {
template:`
<div>
<form @submit="submit" :class="css.card.panelClass">
<input type="submit" class="hidden">
<div class="bg-white dark:bg-black relative">
<CloseButton class="sm:block" @close="$emit('done')" />
<div class="">
Expand Down

0 comments on commit 2ca4685

Please sign in to comment.