Get rid of message on register

Some people may be faking memes and it may be useful to ask them via
email for proof they are the creator. Emails will still not be verified
though.
This commit is contained in:
dev 2021-08-11 12:33:29 -07:00
parent 7779a83e4f
commit 4e1b8c8a55

View File

@ -4,9 +4,6 @@
<div class="container">
<div class="row justify-content-center">
<div class="col-md-9">
<div class="alert alert-primary text-center" role="alert">
We do not verify email for privacy reasons. However, you won't be able to reset your password if you use a fake email!
</div>
<div class="card">
<div class="card-header">{{ __('Register') }}</div>