feat: magic link entry for APP

This commit is contained in:
Tristan Yang
2022-10-28 16:26:21 +08:00
parent c08bb8fb13
commit dec387ed5b
2 changed files with 35 additions and 22 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ export default function Reg() {
{enableGithubLogin && (
<GithubLoginButton type="register" client_id={githubAuthConfig?.client_id} />
)}
<SignInLink />
<SignInLink token={magicToken} />
</>
);
}