deep link working basically

This commit is contained in:
talksik
2022-03-31 15:00:31 -04:00
parent 1c25fea726
commit 210264f352
3 changed files with 32 additions and 2 deletions
+5
View File
@@ -1,8 +1,13 @@
import { FcGoogle } from "react-icons/fc";
import Footer from "../../components/footer";
import Header from "../../components/header";
import { useEffect } from "react";
export default function AuthSuccess() {
useEffect(() => {
window.open("nirvana-desktop://login", "_self");
}, []);
return (
<>
<Header />