enable sign up with github button even if not checked

This commit is contained in:
Harsh Mahajan
2025-12-22 13:58:29 +05:30
parent 625abac211
commit c1ccca52e1
@@ -130,7 +130,7 @@
secondary
fullWidth
on:click={onGithubLogin}
disabled={disabled || !terms}>
{disabled}>
<span class="icon-github" aria-hidden="true"></span>
<span class="text">Sign up with GitHub</span>
</Button>