fix: get token logic, add buffer time

fix typos
This commit is contained in:
Lakhan Samani
2021-07-21 13:36:26 +05:30
parent 885aaab6ee
commit a528fe2f26
9 changed files with 215 additions and 258 deletions

View File

@@ -32,7 +32,6 @@ func Users(ctx context.Context) ([]*model.User, error) {
SignupMethod: user.SignupMethod,
FirstName: &user.FirstName,
LastName: &user.LastName,
Password: &user.Password,
EmailVerifiedAt: &user.EmailVerifiedAt,
CreatedAt: &user.CreatedAt,
UpdatedAt: &user.UpdatedAt,