add: bottom nav bar
This commit is contained in:
@@ -117,7 +117,6 @@ function AuthIndex({ }: Props) {
|
||||
};
|
||||
|
||||
const onSubmit = async (e: FormEvent<HTMLFormElement>) => {
|
||||
console.log(step);
|
||||
e.preventDefault();
|
||||
try {
|
||||
setIsPending(true);
|
||||
|
||||
Reference in New Issue
Block a user