fix: use email in oauth whitelist check

This commit is contained in:
Stavros
2025-05-02 15:16:57 +03:00
parent dd5a9e2216
commit 2db7795eb7
4 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

@@ -12,6 +12,7 @@ export default defineConfig({
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ""),
},
}
},
allowedHosts: true,
}
});