mirror of
https://gitlab.com/nekoya/web.git
synced 2025-03-30 10:59:19 +02:00
Fixed text on login-error/ejs
This commit is contained in:
parent
54d4a31b5a
commit
544d7095e6
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
<lottie-player style="display: -webkit-box;-webkit-box-pack: center;" autoplay background="transparent" class="icon" loop speed="1"
|
||||
src="https://assets1.lottiefiles.com/packages/lf20_gzlupphk.json"></lottie-player>
|
||||
<div class="card-body">
|
||||
<h5 class="card-text" style="color: cyan;">An error has occured... Make sure to check if you have empty fields, or if your email has been login before. Click the button below to get back to the login page.</h5>
|
||||
<h5 class="card-text" style="color: cyan;">An error has occured... Make sure to check if you have empty fields. Click the button below to get back to the login page.</h5>
|
||||
<br style="display: block;content: ' ';margin: 1vw 0;line-height: 1vw;">
|
||||
<a class="btn btn-primary" href="login">Login</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue