feat: review comments

This commit is contained in:
Christy Jacob
2021-05-06 22:00:57 +05:30
parent e8172f72e3
commit d99f0cbc5c
+1 -1
View File
@@ -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,