it's a secret, don't tell anyone

This commit is contained in:
Julian 2023-04-27 15:40:29 -04:00
parent e542e3fb4a
commit c51e363b10
Signed by: NotNite
GPG Key ID: BD91A5402CCEB08A
3 changed files with 6 additions and 0 deletions

Binary file not shown.

View File

@ -15,6 +15,11 @@ export default function LoginForm() {
) {
setSubmitting(true);
if (username === "greets") {
window.location.href = "/sekrit";
return;
}
const req = await fetch("/api/login", {
method: "POST",
headers: {

View File

@ -2,6 +2,7 @@
import React from "react";
// Made by Oscar :) - wavetable.cymru
export default function Tic80() {
return (
<div>