refactor: more TS code

This commit is contained in:
Tristan Yang
2022-07-27 17:48:11 +08:00
parent 396a296c0b
commit 974432a0af
14 changed files with 783 additions and 685 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ const StyledSocialButton = styled(Button)`
`;
type Props = {
client_id: string;
client_id?: string;
type?: "login" | "register";
};