Skip to content

Commit 05819d4

Browse files
chore: update api for user
1 parent b4c2455 commit 05819d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

auth/src/main/proto/auth/api/auth_api.proto

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ message User {
1212
string firstName = 2;
1313
string lastName = 3;
1414
string email = 4;
15-
bool enabled = 5;
15+
string password = 5;
16+
bool enabled = 6;
1617
}
1718

1819
message LoginRequest {

0 commit comments

Comments
 (0)