Files
Rocketmc/apps/frontend/src/middleware/launcher-auth.ts
Geometrically 47b0ccdf78 Friends system for app (#2958)
* Friends system for app

* Fix impl issues

* move friends to in-memory store
2024-11-26 18:23:29 -07:00

6 lines
114 B
TypeScript

export default defineNuxtRouteMiddleware((to) => {
if (to.query.launcher) {
setPageLayout("empty");
}
});