removed AircraftID, Added NExtcloud permission

This commit is contained in:
PxlLoewe
2025-06-30 13:37:42 -07:00
parent b940b70839
commit 536d214840
15 changed files with 58 additions and 39 deletions

View File

@@ -56,5 +56,6 @@ export const GET = async (req: NextRequest) => {
return NextResponse.json({
...user,
moodleLastname: `${user?.lastname.split("")[0]}. - ${user?.publicId}`,
fullName: `${user?.firstname} ${user?.lastname} - ${user?.publicId}`,
});
};