This commit is contained in:
Andras Bacsai 2023-06-20 21:23:29 +02:00
parent 4a1378debd
commit cfc2405596

View File

@ -90,6 +90,7 @@ class EmailSettings extends Component
public function saveModel() public function saveModel()
{ {
$this->model->save(); $this->model->save();
$this->decrypt();
if (is_a($this->model, Team::class)) { if (is_a($this->model, Team::class)) {
session(['currentTeam' => $this->model]); session(['currentTeam' => $this->model]);
} }