Änderung Back Button

This commit is contained in:
ja
2021-11-11 10:27:16 +01:00
parent 5578ae3d92
commit 46f049c579

View File

@@ -10,7 +10,7 @@ Partial Class ForgotPW
Dim ConnectionString As String = String.Empty
Protected Sub btn_Back_Click(sender As Object, e As EventArgs)
Response.Redirect("login/login_FLEX.aspx")
Response.Redirect("login_FLEX.aspx")
End Sub