massive improvements to tests, streamlined and synced migrations, fixed a lot of wrong or old table field references. implemented a lot of pages in react for website frontend
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import ConfirmablePasswordController from '@/actions/App/Http/Controllers/Auth/ConfirmablePasswordController';
|
||||
import { store } from '@/actions/App/Http/Controllers/Auth/ConfirmablePasswordController';
|
||||
import InputError from '@/components/input-error';
|
||||
import { Button } from '@/components/ui/button';
|
||||
import { Input } from '@/components/ui/input';
|
||||
@@ -15,7 +15,7 @@ export default function ConfirmPassword() {
|
||||
>
|
||||
<Head title="Confirm password" />
|
||||
|
||||
<Form {...ConfirmablePasswordController.store.form()} resetOnSuccess={['password']}>
|
||||
<Form {...store.form()} resetOnSuccess={['password']}>
|
||||
{({ processing, errors }) => (
|
||||
<div className="space-y-6">
|
||||
<div className="grid gap-2">
|
||||
|
||||
Reference in New Issue
Block a user