chore: update auth buttons

This commit is contained in:
Tristan Yang
2023-01-13 21:05:41 +08:00
parent e0744f8d21
commit cebe2f1414
4 changed files with 19 additions and 11 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ export default function Reg() {
</form>
<hr className="or" />
<div className="flex flex-col gap-3 py-3">
<SocialLoginButtons />
<SocialLoginButtons type="register" />
</div>
<SignInLink token={magicToken} />
</>