Skip to content

Commit

Permalink
Merge pull request #1386 from bakaphp/hotfix-blank-email-notification
Browse files Browse the repository at this point in the history
refact: fix raw pass:
  • Loading branch information
kaioken authored May 23, 2024
2 parents e8c0715 + 3ddf435 commit 5b0c6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kanvas/Auth/Actions/RegisterUsersAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function execute(): Users
true,
[
'company' => $company,
'password' => $this->data->password,
'password' => $this->data->raw_password,
]
);
}
Expand Down

0 comments on commit 5b0c6dd

Please sign in to comment.