@inherits LayoutComponentBase @inject IConfiguration Configuration @if (!_drawerOpen) { TSA Chapter Organizer - @Configuration["ChapterSettings:Name"] }
Logout
@Body
@code { bool _drawerOpen = true; void DrawerToggle() { _drawerOpen = !_drawerOpen; } }
An unhandled error has occurred. Reload 🗙