Änderungen
This commit is contained in:
@@ -211,7 +211,6 @@
|
||||
<center>
|
||||
<!-- Große Bildschirme-->
|
||||
<div class="d-none d-md-block">
|
||||
|
||||
<table id="tbl_main" summary="A table to show the content" style="margin: 25% 2px 2px 2px; border:none;">
|
||||
<tr style="height:28px">
|
||||
<td colspan="14"><center>
|
||||
|
||||
@@ -235,7 +235,7 @@ Partial Class login_FLEX
|
||||
'MsgBox(str)
|
||||
'End If
|
||||
|
||||
FormsAuthentication.RedirectFromLoginPage(UserNaMe, True)
|
||||
FormsAuthentication.RedirectFromLoginPage(UserNaMe, cb.Checked)
|
||||
End If
|
||||
'MsgBox("Erfolgreich validiert.")
|
||||
Session.Add("test", UserNaMe)
|
||||
|
||||
Reference in New Issue
Block a user