@namespace LANCommander.Launcher.UI
@inherits LayoutComponentBase
@layout MainWindow
<AuthenticatedView NoAutoValidate="false">
<Authenticated>
@Body
</Authenticated>
<NotAuthenticated>
<RedirectToLogin/>
</NotAuthenticated>
</AuthenticatedView>