We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8868006 commit 1ecdbddCopy full SHA for 1ecdbdd
src/Models/UserModel.php
@@ -290,12 +290,14 @@ protected function saveEmailIdentity(array $data): array
290
$user->password_hash = $this->tempUser->password_hash ?? '';
291
292
$user->saveEmailIdentity();
293
+ $this->tempUser = null;
294
295
return $data;
296
}
297
298
// Update
299
$this->tempUser->saveEmailIdentity();
300
301
302
303
0 commit comments