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);
|
setSubmitting(true);
|
||||||
|
|
||||||
|
if (username === "greets") {
|
||||||
|
window.location.href = "/sekrit";
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
const req = await fetch("/api/login", {
|
const req = await fetch("/api/login", {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {
|
headers: {
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
|
// Made by Oscar :) - wavetable.cymru
|
||||||
export default function Tic80() {
|
export default function Tic80() {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in New Issue