adding docu, some cleanup

This commit is contained in:
marko
2023-04-02 17:08:16 +02:00
parent 92f8ff4a24
commit a906c924b3
3 changed files with 69 additions and 20 deletions

View File

@@ -95,6 +95,7 @@ class participo
'userConfig' => $user->getConfig(),
]
];
logLoginsToJsonFile($user->getLoginName());
// we're not logged in, but authorized for the stuff we want to do. So don't redirect
return;
};