Ä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

@@ -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)