1
0
forked from PGL/Clyde

Merge branch 'master' into wal/front/listingUsers

This commit is contained in:
2024-03-17 21:39:04 +01:00
10 changed files with 93 additions and 38 deletions

View File

@ -54,8 +54,6 @@ public class ApplicationsController {
// if authed
authorizedApps.add(Applications.Profile);
Role posterRole = user.getRole();
if (!authServ.isNotIn(new Role[]{Role.Teacher,Role.Student,Role.Admin},token)) {
authorizedApps.add(Applications.Msg);
authorizedApps.add(Applications.Forum);