Paul
03/24/2022, 1:33 PMasync function login() {
const {user, session, error} = await supabase.auth.signIn(
{
provider: 'google',
},
{
redirectTo: 'https://www.signal-journey.xyz/home',
},
)
Needle
03/24/2022, 1:33 PM/title
command!
We have solved your problem?
Click the button below to archive it.Paul
03/24/2022, 1:34 PMPaul
03/24/2022, 1:37 PM<BrowserRouter>
<Routes>
<Route path="/" element={<App />} />
<Route path="/home" element={<Home />} />
<Route path="/relations" element={<Relations />} />
</Routes>
</BrowserRouter>,
Needle
03/24/2022, 1:38 PMPaul
03/24/2022, 1:39 PMPaul
03/24/2022, 3:00 PMPaul
03/24/2022, 4:20 PMPaul
03/24/2022, 4:21 PMPaul
03/24/2022, 4:32 PMPaul
03/24/2022, 4:33 PMNeedle
03/24/2022, 6:42 PMNeedle
03/24/2022, 6:42 PM