From e4fb6f828a81578a94ff7bb5afba5c6d5fed6138 Mon Sep 17 00:00:00 2001 From: Idhibhat Pankam Date: Sat, 22 Jun 2024 21:26:33 +0700 Subject: [PATCH] fix; SignUpResponse --- rpkm67/auth/auth/v1/auth.proto | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rpkm67/auth/auth/v1/auth.proto b/rpkm67/auth/auth/v1/auth.proto index 738a1b2..f518aa0 100644 --- a/rpkm67/auth/auth/v1/auth.proto +++ b/rpkm67/auth/auth/v1/auth.proto @@ -48,7 +48,10 @@ message SignUpRequest { } message SignUpResponse { - Credential credential = 1; + string id = 1; + string email = 2; + string firstname = 3; + string lastname = 4; } // SignIn