You've already forked AstralRinth
forked from didirus/AstralRinth
Friends system for app (#2958)
* Friends system for app * Fix impl issues * move friends to in-memory store
This commit is contained in:
5
apps/frontend/src/middleware/launcher-auth.ts
Normal file
5
apps/frontend/src/middleware/launcher-auth.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export default defineNuxtRouteMiddleware((to) => {
|
||||
if (to.query.launcher) {
|
||||
setPageLayout("empty");
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user