mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-11-29 23:57:04 +01:00
create updated app_diff (#207)
* create updated app_diff * fix requested changes
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user