Skip to content

Commit

Permalink
removed unneeded text size
Browse files Browse the repository at this point in the history
  • Loading branch information
hsteuernagel committed Sep 12, 2024
1 parent 57175ca commit 877f7c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/js/src/admin/user/component/send_login_link.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
class="button text-sm"
type="button"
@click="sendReset">Send Login Link</button>
<div v-if="state.matches('sending')" class="text-sm">
<div v-if="state.matches('sending')">
Sending…
</div>
<div v-if="state.matches('sent')" class="text-sm">
<div v-if="state.matches('sent')">
Sent
</div>
</div>
Expand Down

0 comments on commit 877f7c9

Please sign in to comment.