Skip to content

Commit

Permalink
add activation text
Browse files Browse the repository at this point in the history
  • Loading branch information
michael7nightingale committed Apr 18, 2024
1 parent 3a76274 commit 5239a76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/views/users/ActivationView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ export default {
<div class="mt-10 sm:mx-auto sm:w-full sm:max-w-sm">
<form class="space-y-6">
<div class="flex">
<label class="mx-auto text-center text-red-500">{{ errorText }}</label>
<label class="mx-auto text-center text-gray-900">
На указанную почту мы выслали код для активации аккаунта
</label>
</div>
<div>
<div class="mt-2 flex gap-x-1.5">
Expand Down

0 comments on commit 5239a76

Please sign in to comment.