12 lines
282 B
Text
12 lines
282 B
Text
|
|
@using LANCommander.Launcher.UI.Windows
|
||
|
|
@inherits LayoutComponentBase
|
||
|
|
@layout MainWindow
|
||
|
|
|
||
|
|
<AuthenticatedView NoAutoValidate="false">
|
||
|
|
<Authenticated>
|
||
|
|
@Body
|
||
|
|
</Authenticated>
|
||
|
|
<NotAuthenticated>
|
||
|
|
<RedirectToLogin/>
|
||
|
|
</NotAuthenticated>
|
||
|
|
</AuthenticatedView>
|