Add support for password reset links
This commit is contained in:
parent
54cfe7e981
commit
4eeec58c59
12 changed files with 266 additions and 43 deletions
|
@ -1,5 +1,5 @@
|
|||
.login-box {
|
||||
@apply .bg-white .shadow-lg .rounded-lg .pt-10 .px-8 .pb-6 .mb-4;
|
||||
@apply .bg-white .shadow-lg .rounded-lg .p-6;
|
||||
|
||||
@screen xsx {
|
||||
@apply .rounded-none;
|
||||
|
|
Reference in a new issue