fix: magic login url

This commit is contained in:
Henry
2024-10-18 07:40:28 +01:00
parent 5bd03e83f6
commit 00e04f4001

View File

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