mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 12:27:43 +00:00
docs: Fix syntax errors and missing imports with auth form builder. (#640)
* Fix syntax errors and missing imports with auth form builder. * chore:lint --------- Co-authored-by: Bereket Engida <bekacru@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@ import { CodeEditor } from "./code-editor";
|
||||
import { useAtom } from "jotai";
|
||||
import { optionsAtom } from "../store";
|
||||
import { js_beautify } from "js-beautify";
|
||||
import { singUpString } from "../sign-up";
|
||||
import { signUpString } from "../sign-up";
|
||||
import { signInString } from "../sign-in";
|
||||
|
||||
export default function CodeTabs() {
|
||||
@@ -102,7 +102,7 @@ ${
|
||||
initialFiles.push({
|
||||
id: "4",
|
||||
name: "sign-up.tsx",
|
||||
content: singUpString,
|
||||
content: signUpString,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user