Password and username for signin

Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
2026-05-07 22:23:37 +02:00
parent cfbe2271fe
commit e9fe803c35

View File

@@ -40,8 +40,8 @@ message SignUpRequest {
}
message SignInRequest {
string code = 1;
string verifier = 2;
string email = 1;
string password = 2;
};
message ResetPasswordRequest {