mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-10 15:35:35 +00:00
Revert "Add: tRPC + register on first time login"
This reverts commit cb5f9017a9a3e1e0886bfa67b9b9f5554f527d35.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import Head from "next/head";
|
||||
import Link from "next/link";
|
||||
import { FormEvent } from "react";
|
||||
|
||||
import { config } from "../config";
|
||||
import MessageManager from "./MessageManager";
|
||||
|
||||
import styles from "../styles/create.module.scss";
|
||||
|
||||
import { config } from "../config";
|
||||
|
||||
interface FormProps {
|
||||
title: string;
|
||||
errorMessage?: string;
|
||||
@@ -14,7 +14,7 @@ interface FormProps {
|
||||
infoMessage?: string;
|
||||
|
||||
canSubmit: boolean;
|
||||
handleSubmit: (event: FormEvent<HTMLFormElement>) => void;
|
||||
handleSubmit: (event) => void;
|
||||
|
||||
textBtnConfirm?: string;
|
||||
classBtnConfirm?: string;
|
||||
|
||||
Reference in New Issue
Block a user