From d99f0cbc5cb93dcc27515bcef4e0858b7aaefd35 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Thu, 6 May 2021 22:00:57 +0530 Subject: [PATCH] feat: review comments --- app/controllers/api/teams.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/teams.php b/app/controllers/api/teams.php index 20a4d197ff..1ec806eb8d 100644 --- a/app/controllers/api/teams.php +++ b/app/controllers/api/teams.php @@ -343,7 +343,7 @@ App::post('/v1/teams/:teamId/memberships') 'password' => Auth::passwordHash(Auth::passwordGenerator()), /** * Set the password update time to 0 for users created using - * team Invite and OAuth to allow password updates without an + * team invite and OAuth to allow password updates without an * old password */ 'passwordUpdate' => 0,