EMail deesign änderungen

This commit is contained in:
ja
2021-10-18 09:04:39 +02:00
parent 20f7b1c96e
commit c28fba7c59
2 changed files with 21 additions and 23 deletions

View File

@@ -13,8 +13,7 @@
DebugPath = "~/scripts/jquery-1.7.2.js",
CdnPath = "http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.4.1.min.js",
CdnDebugPath = "http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.4.1.js"
});
});
}
void Application_End(object sender, EventArgs e)
@@ -22,8 +21,7 @@
// Code, der beim Herunterfahren der Anwendung ausgeführt wird
Session.Remove("TokenforEmail");
Session.Remove("SessID");
Session.Remove("urltochangepw");
}
Session.Remove("urltochangepw");
}
void Application_Error(object sender, EventArgs e)
@@ -47,7 +45,5 @@
Session.Remove("TokenforEmail");
Session.Remove("SessID");
Session.Remove("urltochangepw");
}
}
</script>