refactores the modal out of the view into its own modal component

This commit is contained in:
Simon Gschnell
2024-01-02 12:50:04 +01:00
parent bb0656c480
commit ddab42123b
5 changed files with 234 additions and 224 deletions
+1
View File
@@ -96,6 +96,7 @@ class Profil extends Auth_Controller
}
//? status code 200 OK
$update_res->code = 200;
$update_res->retval = $this->ProfilChangeModel->getTimestamp($this->uid)->change_timestamp;
echo json_encode($update_res);
}