diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-10-23 11:01:53 +0200 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-10-28 07:55:09 +0100 |
| commit | 989aa9237a86d73966b5996f64d1da5814fd7437 (patch) | |
| tree | b2301a87950545fa438ca732265630d49553e877 /app/controllers/admin | |
| parent | 41b1c4049a166e3634c8c1093ed86678fd85cb5f (diff) | |
use messagebox in body for created oauth2 client credentials, fixes #5958
Closes #5958
Merge request studip/studip!4553
Diffstat (limited to 'app/controllers/admin')
| -rw-r--r-- | app/controllers/admin/oauth2.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/admin/oauth2.php b/app/controllers/admin/oauth2.php index ae4f5f9..3fcd62d 100644 --- a/app/controllers/admin/oauth2.php +++ b/app/controllers/admin/oauth2.php @@ -42,5 +42,7 @@ class Admin_Oauth2Controller extends AuthenticatedController { $this->setup = $this->container->get(SetupInformation::class); $this->clients = Client::findBySql('1 ORDER BY chdate DESC'); + + $this->message = $this->flash['oauth2-message'] ?? ''; } } |
