Skip to content

Commit

Permalink
add hide class to hide activation block
Browse files Browse the repository at this point in the history
  • Loading branch information
michael7nightingale committed Oct 19, 2023
1 parent c57a951 commit ce780f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/users/RegisterView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default {
</div>
<OAuth/>
</div>
<div class="container" id="activation">
<div class="container hide" id="activation">
<h3 align="center">Подтверждение почты</h3>
<label class="text-margin">Мы отправили код для подтверждения вам на почту</label>
<div class="input-field">
Expand Down

0 comments on commit ce780f3

Please sign in to comment.