summaryrefslogtreecommitdiffstats
path: root/lib/sellershut-core/proto/profile/profile.proto
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-07-26 19:24:38 +0200
committerrtkay123 <dev@kanjala.com>2025-07-26 19:24:38 +0200
commite26d87f4fa18999c6bcfbcf32cfa85adab11acdd (patch)
tree603c6dacb6c448984bdcc5fa2b4a9314f1a23960 /lib/sellershut-core/proto/profile/profile.proto
parent236876f1d0539ac22a3977fd8599933725ad0f90 (diff)
downloadsellershut-e26d87f4fa18999c6bcfbcf32cfa85adab11acdd.tar.bz2
sellershut-e26d87f4fa18999c6bcfbcf32cfa85adab11acdd.zip
feat(auth): create user call
Diffstat (limited to 'lib/sellershut-core/proto/profile/profile.proto')
-rw-r--r--lib/sellershut-core/proto/profile/profile.proto2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/sellershut-core/proto/profile/profile.proto b/lib/sellershut-core/proto/profile/profile.proto
index 742dc7b..61181b3 100644
--- a/lib/sellershut-core/proto/profile/profile.proto
+++ b/lib/sellershut-core/proto/profile/profile.proto
@@ -34,8 +34,6 @@ message CreateUserRequest {
message CreateUserResponse {
// Temporary assigned id
string temp_id = 1;
- // Timestamp when the user was created
- google.protobuf.Timestamp created_at = 2;
}
// Message to finalise profile creation