SaintAngeLs / distributed_minispace

Microservices based Social Network -- Distributed .Net Blazor solution. MiniSpace is a microservices-based social network designed to enhance student life. Built with .NET Blazor, it enables event management, social interactions, and administrative oversight, providing a comprehensive platform for students and event organizers.
https://minispace.itsharppro.com
Apache License 2.0
5 stars 0 forks source link

Fix bug with completing registration after first signing in #243

Closed an2508374 closed 1 month ago

an2508374 commented 1 month ago

This bug has the same reason as #205, it is necessary to add page for welcoming a new user before forwarding her or him to completing registration. This issue will also provide disabling both sidebars (menu and notifications) for student whose state is not "valid".

an2508374 commented 1 month ago

I've also enhanced a bit layout for show account and complete registration pages.