mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-28 04:35:40 +00:00
fix: use email in oauth whitelist check
This commit is contained in:
Binary file not shown.
@@ -12,6 +12,7 @@ export default defineConfig({
|
||||
changeOrigin: true,
|
||||
rewrite: (path) => path.replace(/^\/api/, ""),
|
||||
},
|
||||
}
|
||||
},
|
||||
allowedHosts: true,
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user