diff --git a/Customers/Invoices.aspx b/Customers/Invoices.aspx
index a94626f..802f040 100644
--- a/Customers/Invoices.aspx
+++ b/Customers/Invoices.aspx
@@ -24,6 +24,7 @@
.g-3 {
margin-left: -4px;
}
+
}
@media (max-width: 558.98px) {
body {
diff --git a/login/ForgotPW.aspx.vb b/login/ForgotPW.aspx.vb
index b5326e1..d18aba6 100644
--- a/login/ForgotPW.aspx.vb
+++ b/login/ForgotPW.aspx.vb
@@ -697,12 +697,11 @@ Partial Class ForgotPW
token = VERAG_PROG_ALLGEMEIN.cCryptography3.Encrypt(Convert.ToBase64String(time.Concat(Key).ToArray()))
Return token
Catch Ex As Exception
- Dim Msg, Style, Title As String
- Msg = "Token Generation failed" & vbCrLf & "A new E-mail has been sent to the intern e-mail given."
- Style = vbRetry + vbExclamation + vbDefaultButton1
- Title = "Error05: Token-Generierung"
+ 'Dim Msg, Style, Title As String
+ 'Msg = "Token Generation failed" & vbCrLf & "A new E-mail has been sent to the intern e-mail given."
+ 'Style = vbRetry + vbExclamation + vbDefaultButton1
+ 'Title = "Error05: Token-Generierung"
'MsgBox(Msg, Style, Title)
-
'If MsgBox(Msg, Style, Title).Retry Then
'genToken(username, password, email)
token = VERAG_PROG_ALLGEMEIN.cCryptography3.Encrypt(Convert.ToBase64String(time.Concat(Key).ToArray()))
@@ -766,7 +765,6 @@ Partial Class ForgotPW
htmlbody = " Der User " + txt_Username_M.Text + "hat eine ungültige oder geänderte Session-ID
| User | | neue ID | | " + txt_Username_M.Text + " | " + Session.SessionID + " |
"
End If
VERAG_PROG_ALLGEMEIN.cProgramFunctions.sendMail(mailto, Betreff, htmlbody)
-
Return False
Else
Return True
diff --git a/login/login_FLEX.aspx.vb b/login/login_FLEX.aspx.vb
index 9840711..7c18e6e 100644
--- a/login/login_FLEX.aspx.vb
+++ b/login/login_FLEX.aspx.vb
@@ -216,4 +216,4 @@ Partial Class login_FLEX
Session.Add("PW", passw)
End Sub
-End Class
+End Class
\ No newline at end of file