Änderungen GUI sowie Anpassungen an Mobilansicht
This commit is contained in:
@@ -8,14 +8,8 @@ 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)
|
||||
End If
|
||||
If Not Me.Page.User.Identity.IsAuthenticated Then
|
||||
FormsAuthentication.RedirectToLoginPage()
|
||||
Response.End()
|
||||
End If
|
||||
Protected Sub Page_Load(sender As Object, e As EventArgs) Handles Me.Load
|
||||
|
||||
End Sub
|
||||
Protected Sub ValidateUser(sender As Object, e As EventArgs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user