feat: add soft ui auth page
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
import ClaimForm from './pages/ClaimForm'
|
||||
import HelloAuth from './pages/HelloAuth'
|
||||
import './App.css'
|
||||
|
||||
function App() {
|
||||
const pathname = window.location.pathname || '';
|
||||
if (pathname.startsWith('/hello')) {
|
||||
return <HelloAuth />;
|
||||
}
|
||||
return (
|
||||
<div className="App">
|
||||
<ClaimForm />
|
||||
|
||||
Reference in New Issue
Block a user