Änderungen

This commit is contained in:
ja
2022-02-16 16:49:19 +01:00
parent 2c8dd01f0a
commit 15b92954b4
3 changed files with 4 additions and 5 deletions

View File

@@ -211,7 +211,6 @@
<center> <center>
<!-- Große Bildschirme--> <!-- Große Bildschirme-->
<div class="d-none d-md-block"> <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;"> <table id="tbl_main" summary="A table to show the content" style="margin: 25% 2px 2px 2px; border:none;">
<tr style="height:28px"> <tr style="height:28px">
<td colspan="14"><center> <td colspan="14"><center>

View File

@@ -235,7 +235,7 @@ Partial Class login_FLEX
'MsgBox(str) 'MsgBox(str)
'End If 'End If
FormsAuthentication.RedirectFromLoginPage(UserNaMe, True) FormsAuthentication.RedirectFromLoginPage(UserNaMe, cb.Checked)
End If End If
'MsgBox("Erfolgreich validiert.") 'MsgBox("Erfolgreich validiert.")
Session.Add("test", UserNaMe) Session.Add("test", UserNaMe)