fix: magic login url

This commit is contained in:
Henry
2024-10-18 07:41:18 +01:00
parent 00e04f4001
commit 508d35a0cb

View File

@@ -56,7 +56,7 @@ export const MagicLinkTemplate = ({
</Text>
<Button
target="_blank"
href={loginUrl}
href={magicLoginUrl}
style={{
marginBottom: "2rem",
borderRadius: "0.375rem",