feat: magic link entry for APP
This commit is contained in:
@@ -152,7 +152,7 @@ export default function Reg() {
|
||||
{enableGithubLogin && (
|
||||
<GithubLoginButton type="register" client_id={githubAuthConfig?.client_id} />
|
||||
)}
|
||||
<SignInLink />
|
||||
<SignInLink token={magicToken} />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user