From f5c9b477ac917f02ae661bc3e7c7ed683d209da6 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Thu, 28 Oct 2021 08:44:04 +0100 Subject: [PATCH] Update user.proto --- user/proto/user.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/user/proto/user.proto b/user/proto/user.proto index 7e36801..0aa7b04 100644 --- a/user/proto/user.proto +++ b/user/proto/user.proto @@ -28,7 +28,9 @@ message Account { int64 created = 4; // unix timestamp int64 updated = 5; + // if the account is verified bool verified = 6; + // date of verification int64 verificationDate = 7; // Store any custom data you want about your users in this fields. map profile = 8;