```
refactor Add sign-in form component with OAuth integration, Zod validation, i18n support, and password visibility toggle following REQ0016 requirements ```
This commit is contained in:
@@ -22,7 +22,7 @@ export interface SignUpParams {
|
||||
}
|
||||
|
||||
export interface SignInWithOAuthParams {
|
||||
provider: 'google' | 'discord';
|
||||
provider: 'google' | 'discord' | 'github';
|
||||
}
|
||||
|
||||
export interface SignInWithPasswordParams {
|
||||
|
Reference in New Issue
Block a user