stuff and things

This commit is contained in:
zefie
2026-05-02 18:06:11 -04:00
parent 31c2d94e0b
commit 0f85d8da56
3 changed files with 3 additions and 15 deletions

View File

@@ -4,19 +4,6 @@ const minisrv_service_file = true;
headers = `Content-type: text/html`;
if ( session_data && session_data.isRegistered() ) {
data = `<html>
<head>
<title id="title"></title>
</head>
<body>
<iframe id="checkmail" style="display:none"></iframe>
<script language="javascript">
</script>
</body>
</html>`;
} else {
data = `<html>
<head>
<title id="title"></title>
@@ -42,5 +29,4 @@ data = `<html>
}
</script>
</body>
</html>`;
}
</html>`;