Änderungen An Update errornummer funktion sowie der Passwortreset-Seite

This commit is contained in:
ja
2021-11-11 11:12:28 +01:00
parent 38db2fedfb
commit 6fd4649f5c
2 changed files with 10 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ Public Class VERAG_VARIABLES
errornumb += 1
End Sub
Shared Function geterrornumb() As String
Return Environment.NewLine + "Error:" + Space(1) + VERAG_PROG_ALLGEMEIN.cCryptography3.Encrypt(errornumb.ToString)
Return Environment.NewLine + "Error:" + Space(1) + VERAG_PROG_ALLGEMEIN.cCryptography3.Encrypt(errornumb.ToString) + Space(1)
End Function
End Class