Änderungen Invoices
This commit is contained in:
@@ -8,7 +8,6 @@ Partial Class login_FLEX
|
||||
Dim UserNaMe As String = String.Empty
|
||||
Dim passw As String = String.Empty
|
||||
|
||||
|
||||
Protected Sub Page_Load(sender As Object, e As EventArgs)
|
||||
If Me.Page.User.Identity.IsAuthenticated Then
|
||||
Response.Redirect("../Customers/Welcome.aspx", False)
|
||||
@@ -54,7 +53,6 @@ Partial Class login_FLEX
|
||||
Dim cb_M As CheckBox = Login2.FindControl("RememberMe_M")
|
||||
|
||||
|
||||
|
||||
If String.IsNullOrEmpty(tb.Text) = False AndAlso String.IsNullOrEmpty(tb_M.Text) = True Then
|
||||
reqfieldvaluserID.Enabled = True
|
||||
reqfieldvaluserID_M.Enabled = False
|
||||
|
||||
Reference in New Issue
Block a user