feature/init-tailwind-daisyui #13

Merged
igorpropisnov merged 10 commits from feature/init-tailwind-daisyui into main 2024-06-26 19:22:33 +02:00
3 changed files with 5 additions and 3 deletions
Showing only changes of commit 03df5f585b - Show all commits

View File

@ -11,8 +11,8 @@
<p class="pt-3 pb-6"> <p class="pt-3 pb-6">
Your email {{ email() }} has been successfully verified. will Your email {{ email() }} has been successfully verified. will
<br /> <br />
You be automatically redirected in to the login page to access You will be automatically redirected in to the login page to
the application shortly. access the application shortly.
</p> </p>
<button <button
(click)="navigateToWelcomeScreen()" (click)="navigateToWelcomeScreen()"

View File

@ -63,7 +63,7 @@
<button <button
(click)="toggleAction('signup')" (click)="toggleAction('signup')"
class="btn btn-primary btn-outline no-animation"> class="btn btn-primary btn-outline no-animation">
Register New here - Register now!
</button> </button>
} }
} }

View File

@ -125,6 +125,8 @@ export class RegisterRootComponent implements OnInit {
this.displaySkeleton.set(false); this.displaySkeleton.set(false);
}, },
}); });
} else {
this.displaySkeleton.set(false);
} }
} }