create updated app_diff (#207)

* create updated app_diff

* fix requested changes
This commit is contained in:
vincanger
2024-07-02 17:36:49 +02:00
committed by GitHub
parent f01d2414da
commit 10b7596f1d
8 changed files with 11034 additions and 81 deletions

View File

@@ -1,8 +1,9 @@
--- template/app/src/client/auth/LoginPage.tsx
+++ opensaas-sh/app/src/client/auth/LoginPage.tsx
@@ -1,8 +1,15 @@
import { LoginForm } from 'wasp/client/auth';
-import { LoginForm } from 'wasp/client/auth';
-import { Link } from 'react-router-dom';
+import { LoginForm, useAuth } from 'wasp/client/auth';
+import { Redirect, Link } from 'react-router-dom';
import { AuthWrapper } from './authWrapper';