forked from NotNet/gluestick
it's a secret, don't tell anyone
This commit is contained in:
parent
e542e3fb4a
commit
c51e363b10
Binary file not shown.
|
@ -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: {
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
import React from "react";
|
||||
|
||||
// Made by Oscar :) - wavetable.cymru
|
||||
export default function Tic80() {
|
||||
return (
|
||||
<div>
|
||||
|
|
Loading…
Reference in New Issue